View source: R/variable_metadata_generation.R
Create variable metadata json files for the mdm
1 2 3 4 5 6 7 | variable_metadata_generation(
path_to_excel_directory,
path_to_stata_directory,
missing_conditions_file,
path_to_output_directory,
variables_no_distribution
)
|
path_to_excel_directory |
the path to the excel directory |
path_to_stata_directory |
the path to the stata directory |
missing_conditions_file |
the path to the missing conditions file |
path_to_output_directory |
where the output should be stored |
variables_no_distribution |
variables which should not get summary statistics (e.g. pid) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.