prep_create_meta_data_file {dataquieR} | R Documentation |
Instantiate a new metadata file
Description
Instantiate a new metadata file
Usage
prep_create_meta_data_file(
file_name,
study_data,
open = TRUE,
overwrite = FALSE
)
Arguments
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 |
Value
invisible(NULL)
[Package dataquieR version 2.1.0 Index]