insp_trim_archive | R Documentation |
insp_trim_archive()
ensures that at least min_backups
backups are
always kept of the inspections table, but that at most min_backups
days
worth of backups are kept if there are more than min_backups
backups. This
function is for internal use in
insp_archive_table()
.
insp_trim_archive(
archive_dir = "V:/Compliance/Inspection Data for Publishing/Table/Archive/",
min_backups = 7L
)
archive_dir |
The directory containing archived inspections tables |
min_backups |
The minimum number of backups to retain |
archive_dir
(invisibly)
insp_archive_table()
, trim_backups()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.