process_one_directory | R Documentation |
Only works with with .zip files
process_one_directory(directory, remove_txts = TRUE, verbose = TRUE)
directory |
directory with activity files in it |
remove_txts |
boolean. whether to remove txt files before processing |
verbose |
boolean. print out processing details? |
Clean BT List DB object (and also write it to the 'out' RDS file)
data_dir <- system.file('extdata', package = 'babyTimeR')
if (file.exists('parsed_data.RDS')) {
baby_dann_db <- readRDS('parsed_data.RDS')
} else {
baby_dann_db <- process_one_directory(
directory = data_dir,
remove_txts = FALSE
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.