join_strata | R Documentation |
The function first filters individuals in data then include the strata.
join_strata(data, strata = NULL, pop.id = FALSE, verbose = TRUE)
data |
A tidy dataset object.
Documented in |
strata |
(path or object) The strata file or object.
Additional documentation is available in |
pop.id |
(logical) When |
verbose |
(optional, logical) When |
The data filtered by the strata by individuals.
Thierry Gosselin thierrygosselin@icloud.com
read_strata
, summary_strata
,
individuals2strata
, change_pop_names
,
generate_strata
## Not run:
data <- radiator::join_strata(
data = my_tidy_dataset_object,
strata = my_strata_object)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.