updateRData: updateRData

Description Usage Arguments Details Author(s)

View source: R/updateOutputRange.R

Description

update time-ordered data stored in RData file with new data

Usage

1
2
3
updateRData(newData, fileName, objectName = file_path_sans_ext(basename(fileName)), 
    message = paste("updated", objectName, 
        "in file", fileName), ..., version = 2)

Arguments

newData

the updated data

fileName

scalar string path name of the RData file

objectName

scalar string: the name of the R-object. By default the basename of the

message

scalar string of a message to be displaced.

...

further arguments to updateOutputRange, such as dateColumn and indexColumns.

version

RData version see save

Details

Assumes that fileName refers to an RData file with only one object inside

Author(s)

Thomas Wutzler


bgctw/equidIO documentation built on Nov. 17, 2020, 5:05 a.m.