query_series | R Documentation |
Create a query for a single time series
query_series(series_id, start_year = NULL, end_year = NULL)
series_id |
Character scalar BLS series ID |
start_year, end_year |
numeric 4-digit years. While optional, they are
strongly recommended. If one is provided, the other is mandatory. |
list of query parameters
Other blsR-queries:
query_all_surveys()
,
query_latest_observation()
,
query_n_series()
,
query_popular_series()
,
query_survey_info()
,
span_request_queries()
unemployment_rate_query <- query_series('LNS14000000')
unemployment_rate_query <- query_series('LNS14000000', 2005, 2010)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.