cleanIncremental: Removes csv files from folders that have not been marked as...

View source: R/Incremental.R

cleanIncrementalR Documentation

Removes csv files from folders that have not been marked as completed and removes the record of the execution file

Description

Removes csv files from folders that have not been marked as completed and removes the record of the execution file

Usage

cleanIncremental(executionFolder, ignoreWhenEmpty = FALSE)

Arguments

executionFolder

The folder that has the execution files

ignoreWhenEmpty

When TRUE, if there are no incremental logs then nothing is run

Value

A list with the settings

See Also

Other Incremental: cleanNonIncremental()

Examples


cleanIncremental(
  file.path(tempdir(), 'incremental'),
  ignoreWhenEmpty = TRUE
)



Characterization documentation built on April 4, 2025, 2:02 a.m.