saveIncremental: Used in incremental mode to save values to a file

View source: R/Incremental.R

saveIncrementalR Documentation

Used in incremental mode to save values to a file

Description

When running in incremental mode, we may need to update results in a CSV file. This function will replace the data in fileName based on the key parameters

Usage

saveIncremental(data, fileName, ...)

Arguments

data

The data to record in the file

fileName

A CSV holding results in the same structure as the data parameter

...

Parameter values used to identify the key in the results file


CohortGenerator documentation built on Oct. 1, 2024, 1:09 a.m.