sbf_unarchive_main: Unarchive Main Folder

View source: R/archive.R

sbf_unarchive_mainR Documentation

Unarchive Main Folder

Description

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.

Value

An invisible string of the path to the previously archived folder.

See Also

Other archive: sbf_archive_main(), sbf_get_archive()

Other housekeeping functions: sbf_archive_main(), sbf_rm_flobs(), sbf_rm_main()


poissonconsulting/subfoldr2 documentation built on Nov. 1, 2024, 9:10 p.m.