Function for converting state/organization abbreviations to long form and back.
The function getStateAbbreviation converts state/organization abbreviations to their long form and back. For example ID gets converted to Idaho.
getStateAbbreviation( supplied.name, SGPfunction=NULL, type="Abbreviation")
supplied.name |
A character string state/organization abbreviation or long form name. |
SGPfunction |
SGP package function from which |
type |
Either |
Returns a character string.
Damian W. Betebenner dbetebenner@nciea.org
getStateAbbreviation("IDAHO") ## ID getStateAbbreviation("ID", type="Long") ## Idaho
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.