View source: R/prep_create_meta_data_file.R
prep_create_meta_data_file | R Documentation |
Instantiate a new metadata file
prep_create_meta_data_file(
file_name,
study_data,
open = TRUE,
overwrite = FALSE
)
file_name |
character file path to write to |
study_data |
data.frame optional, study data to guess metadata from |
open |
logical open the file after creation |
overwrite |
logical overwrite |
invisible(NULL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.