sbf_unarchive_main.Rd
Unarchives an archived main folder.
sbf_unarchive_main(
main = sbf_get_main(),
archive = 1L,
ask = getOption("sbf.ask", TRUE)
)
A string specifying the path to the main folder (by default the current main folder)
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.
A flag specifying whether to ask before removing the existing folder.
An invisible string of the path to the previously archived folder.
Other archive:
sbf_archive_main()
,
sbf_get_archive()
Other housekeeping functions:
sbf_archive_main()
,
sbf_rm_flobs()
,
sbf_rm_main()