save_Rdata: Save an object to an .Rdata file with dateTime stamp and file...

Description Usage Arguments Value

Description

Save an object to an .Rdata file with dateTime stamp and file path.

Usage

1
save_Rdata(object = NULL, fname = "temp", path = "./")

Arguments

object

An object in quoted strings, or a list of objects, found in the parent scope. Can be an environment or a variable.

fname

File name

path

File path, which usually starts with ./ and ends with /

Value

Side effect of saving the object to the specified file.


jeanmarcgp/xtsanalytics documentation built on May 19, 2019, 12:38 a.m.