View source: R/enforce_schema.R
| enforce_schema | R Documentation |
roadmap's schema on its existing dataEnforce a roadmap's schema on its existing data
enforce_schema(roadmap)
roadmap |
A |
A roadmap object with modified conf_data, start_data, and schema
information.
rm <- roadmap(conf_data = acs_conf, start_data = acs_start) |>
update_schema(na_numeric_to_ind = TRUE)
enforce_schema(rm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.