Description Usage Arguments See Also Examples
View source: R/a_class-methods_helpers.R
Create a new age constraint list to the mapping between a a set of macro datasets and a matching set of micro dataset (supplied as class 'synthACS').
1 | all_geog_constraint_age(obj, method = c("synthetic", "macro.table"))
|
obj |
An object of class |
method |
One of |
1 2 3 4 5 6 | ## Not run:
# assumes that obj of class 'synthACS' already exists in your environment
a1 <- all_geog_constraint_age(obj, "synthetic")
a2 <- all_geog_constraint_age(obj, "macro_table")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.