write_config_skeleton {gen3sis} | R Documentation |
Writes out a config skeleton
Description
Writes out a config skeleton
Usage
write_config_skeleton(file_path = "./config_skeleton.R", overwrite = FALSE)
Arguments
file_path |
file path to write the file into |
overwrite |
overwrite existing file defaults to FALSE |
Details
This function writes out a config skeleton, that is, an empty config file to be edited by the user.
Value
returns a boolean indicating success or failure
Examples
# set config_empty.R file path
config_file_path <- file.path(tempdir(), "config_empty.R")
#writes out a config skeleton
write_config_skeleton(config_file_path)
[Package gen3sis version 1.5.11 Index]