Unarchive Main Folder
sbf_unarchive_main.Rd
Unarchives an archived main folder.
Usage
sbf_unarchive_main(
main = sbf_get_main(),
archive = 1L,
ask = getOption("sbf.ask", TRUE)
)
Arguments
- main
A string specifying the path to the main folder (by default the current main folder)
- archive
A positive whole number specifying the folder archived folder where 1L (the default) indicates the most recently archived folder or a character string of the path to the archived folder.
- ask
A flag specifying whether to ask before removing the existing folder.
See also
Other archive:
sbf_archive_main()
,
sbf_get_archive()
Other housekeeping functions:
sbf_archive_main()
,
sbf_rm_flobs()
,
sbf_rm_main()