Description Usage Arguments Details Value
View source: R/GoldenCheetahOpenData-package.R
Clean up a directory from extracted workout sub-directories.
1 2 3 4 5 6 7 |
object |
either a character string giving the path to the directory to look for workout sub-directories or an object of class |
confirm |
logical determining whether the user should be prompted to confirm whether they should continue with the deletion. Default is |
verbose |
logical determining whether progress information should be printed. Default is |
If object
is an object of class gcod_db
, then clean_db
, looks for sub-directories with the same name as the zip files local_path(object)
.
If object
is a character string, then nothing is returned. If object
is a gcod_db
object, then the object is returned, with all elements of local_perspective(object)$extracted
set to FALSE
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.