sbf_archive_main | R Documentation |
Archives main folder by copy to a director of the same name with the current date and time appended.
sbf_archive_main(
main = sbf_get_main(),
ask = getOption("sbf.ask", TRUE),
tz = dtt_default_tz()
)
main |
A string specifying the path to the main folder (by default the current main folder) |
ask |
A flag specifying whether to ask before removing the existing folder. |
tz |
A string specifying the time zone for the current date and time. |
An invisible string of the path to the archived folder.
Other archive:
sbf_get_archive()
,
sbf_unarchive_main()
Other housekeeping functions:
sbf_rm_flobs()
,
sbf_rm_main()
,
sbf_unarchive_main()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.