import_map | R Documentation |
Output are: medicare dataset name, standarzied dataset name, select varaible from medicare and map to std variable names
import_map( schema, source = "source_schema", src_data = import_src, mapping_data = import_mapping )
schema |
schema of the output file defined in the mapping csv files. for example ""membership" is a schema |
source |
defualt "source_schema" to generate std medicare data. "source_file": get medicare data files name; This option is used for standarzation process. "source_schema": to get user defined schema name; only use to get all vars under the same medicare dataset. This was used to create sas code. |
mapping_data |
csv dataset that includes medicare original variable names to std data var names |
import_src |
csv dataset that includes medicare original data to mapped std data |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.