| span_request_queries | R Documentation |
Generate multiple queries that don't exceed a year limit
span_request_queries(start_year, end_year, year_limit, query_fn)
start_year, end_year |
numeric 4-digit years. While optional, they are
strongly recommended. If one is provided, the other is mandatory. |
year_limit |
positive integer |
query_fn |
a function or closure that takes two arguments, |
a list of query objects in reverse chronological order
Other blsR-queries:
query_all_surveys(),
query_latest_observation(),
query_n_series(),
query_popular_series(),
query_series(),
query_survey_info()
Other blsR-utils:
bls-api-key,
data_as_table(),
data_as_tidy_table(),
merge_tables(),
merge_tidy_tables(),
reduce_spanned_responses(),
span_series_request(),
tidy_periods(),
tidy_table_as_zoo()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.