data_destroy: (Not implemented) Permanently remove data

Description Usage Arguments See Also

View source: R/data.R

Description

By default you will be prompted to enter "yes" to confirm that you want to remove a specified set of files.

Usage

1
2
3
4
5
6
data_destroy(
  state,
  period,
  drive = file.path("H:/SA/Data-sensitive/Data-Dashboards", state),
  force = FALSE
)

Arguments

state

character: Two letter state designation

period

character: Time period for the first project (e.g., "2019-q4", "2020-q4", etc.)

drive

target location from which to remove files

force

If TRUE, delete without prompt (potentially useful for batch deletes). Use with caution.

See Also

Other functions to manage data: data_archive(), data_backup()


southwick-associates/lictemplate documentation built on Jan. 10, 2022, 6:44 p.m.