sbf_unarchive_main | R Documentation |
Unarchives an archived main folder.
sbf_unarchive_main(
main = sbf_get_main(),
archive = 1L,
ask = getOption("sbf.ask", TRUE)
)
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. |
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.