cens_margin_to | R Documentation |
For ACS data, margins of error will be updated appropriately, using
the functionality in estimate()
.
cens_margin_to(data, ...)
data |
The output of |
... |
The variables of interest, which will be kept. Remaining variables will be marginalized out. |
A new data frame that has had group_by()
and summarize()
applied.
## Not run:
d_cens = cens_get_acs("state", "B25042")
cens_margin_to(d_cens, bedrooms)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.