blsR                    blsR: Retrieve Data From the U.S. Bureau Of
                        Labor Statistics API
bls_request             Retrieve Data From the U.S. Bureau Of Labor
                        Statistics API v2
data_as_table           Convert a list of data entries as returned by
                        BLS API to a table
data_as_tidy_table      Convert a list of data entries as returned by
                        BLS API to a table
get_all_surveys         Create and execute a query to retrieve all
                        surveys
get_latest_observation
                        Create and execute a query to retrieve the
                        latest observation for a series
get_n_series            Create and execute a query to retrieve one or
                        more time series and their catalog data
get_n_series_table      Retrieve multiple time series in one API
                        request and return a single tibble
get_popular_series      Create and execute a query to retrieve popular
                        series
get_series              Create and execute query for a single time
                        series
get_series_table        Retrieve a single time series from BLS API and
                        return a tibble
get_series_tables       Retrieve multiple time series in one API
                        request and return a list of tibbles
get_survey_info         Create and execute a query to retrieve
                        information about a survey
merge_tables            Turn a list of one or more series into a single
                        table of time series data
merge_tidy_tables       Turn a list of one or more series into a single
                        table of time series data
query_all_surveys       Create a query to retrieve all surveys
query_latest_observation
                        Create a Query to retrieve the latest
                        observation for a time series
query_n_series          Create a query to retrieve one or more time
                        series and their catalog data
query_popular_series    Create a query to retrieve popular series
query_series            Create a query for a single time series
query_survey_info       Create a query to retrieve information about a
                        survey
reduce_spanned_responses
                        Reduce the multiple spanned responses into a
                        list of series
span_request_queries    Generate multiple queries that don't exceed a
                        year limit
span_series_request     Break up a long request into multiple API calls
tidy_periods            Clean the period information returned by BLS
tidy_table_as_zoo       Convert a single series or n series tables into
                        a zoo object
