Description Usage Arguments Value Examples
Process cleaned ACS/CPS data for shiny app
1 | process_comp_data(data, input)
|
data |
tibble |
input |
input from shiny |
tibble
1 2 3 4 5 6 | ## Not run:
# only works inside a shiny app
eoq::sample_cps %>% process_comp_data(input)
eoq::sample_acs %>% process_comp_data(input)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.