You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
1.4 KiB

# Generated by roxygen2: do not edit by hand
export(get_annual_wages_and_work_hours)
export(get_annual_wages_by_wage_group)
export(get_black_white_wage_gap)
export(get_college_wage_premium)
export(get_compensation_wages_and_benefits)
export(get_employment_to_population_ratio)
export(get_gender_wage_gap)
export(get_health_insurance_coverage)
export(get_hispanic_white_wage_gap)
export(get_labor_force_participation_rate)
export(get_long_term_unemployment)
export(get_median_and_mean_wages)
export(get_minimum_wage)
export(get_non_high_school_wage_penalty)
export(get_pension_coverage)
export(get_poverty_level_wages)
export(get_productivity_and_hourly_compensation)
export(get_underemployment)
export(get_unemployment)
export(get_unemployment_by_state)
export(get_union_coverage)
export(get_wage_decomposition)
export(get_wage_ratios)
export(get_wages_by_education)
export(get_wages_by_percentile)
export(not_dos)
import(httr)
importFrom(dplyr,"%>%")
importFrom(dplyr,mutate_all)
importFrom(jsonlite,fromJSON)
importFrom(purrr,"%||%")
importFrom(purrr,discard)
importFrom(purrr,keep)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_df)
importFrom(readr,type_convert)
importFrom(rvest,html_text)
importFrom(stats,setNames)
importFrom(stringi,"%s+%")
importFrom(stringi,stri_replace_all_fixed)
importFrom(stringi,stri_replace_all_regex)
importFrom(stringi,stri_trans_tolower)
importFrom(tidyr,gather)
importFrom(utils,getFromNamespace)
importFrom(xml2,read_html)