Reset Sub Folder

sbf_reset_sub(rm = FALSE, ask = getOption("sbf.ask", TRUE))

Arguments

rm

A flag specifying whether to remove the folder and all its contents if it already exists.

ask

A flag specifying whether to ask before removing the existing folder.

Value

An invisible character vector of length 0.

Examples

sbf_set_sub("nameofsub")
sbf_get_sub()
#> [1] "nameofsub"
sbf_reset_sub()