Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LAUS wrapper function for blsAPI #31

Merged
merged 8 commits into from
Mar 29, 2022
Merged

Commits on Sep 3, 2021

  1. Created functions to get laus data and stored data to create the laus…

    … series ids in the data folder. Note: cant complete the check() command in r yet
    glenem committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    602baab View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2021

  1. Fix errors and warnings in laus_get_data

    - For laus_get_data add if statement to specify api version. Got rid of error message.
    
    - For laus_get_data fix warning by describing each parameter in laus_get_data function.
    glenem committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    f9a32bf View commit details
    Browse the repository at this point in the history
  2. Add laus_get_data example in README.md

    - Add an example of using the laus_get_data function in the readme file to get the unemployment rate for a few different states from 2019 to 2021
    glenem committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    daaa7e1 View commit details
    Browse the repository at this point in the history
  3. Improve documentation laus_get_data()

    - Improve documentation of the function laus_get_data() to explain each step better
    
    - Improve documentation of the data type for the location.vector and measure.vector parameters
    glenem committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    bf5f369 View commit details
    Browse the repository at this point in the history
  4. Area Codes Data Improvements

    - Subset Area Codes Data to include only area_code and area_text columns
    
    - Change all instances of Metropolitan Statistical Area in the area_text column to MSA
    
    - Change all instances of Micropolitan Statistical Area in the area_text column to MuSA
    
    - Change all instances of Combined Statistical Area in the area_text column to CSA
    glenem committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    35a32d1 View commit details
    Browse the repository at this point in the history
  5. Create help_laus_areacode function to get a list of all area names as…

    …sociated to an area code
    glenem committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    6e8002b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5628ab1 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2021

  1. Configuration menu
    Copy the full SHA
    3c248f5 View commit details
    Browse the repository at this point in the history