View source: R/laus_parse_series.R
laus_parse_series | R Documentation |
Separate a LAUS series code into its components
laus_parse_series(.codes)
.codes |
character vector with series codes |
a data frame with the following fields
'S' for seasonally-transformed data, 'U' otherwise
a 2-character code describing a level of geographic organization
an integer holding a 2-digit FIPS code for a state, census region, or census division
an 11-character FIPS code for an intrastate area
an integer code for what the series measures.
laus_parse_series(c(
"LAUST290000000000009",
"LAUCS233569500000005",
"LAUMT542658000000003",
"LAUCN170630000000005",
"LAUCA392120000000004",
"LAUCN210230000000003",
"LAUCN190410000000006",
"LAUCT134319200000005",
"LAUMC554802000000004",
"LAURD840000000000006"
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.