save_rdata: Save rdata

Description Usage Arguments Value

View source: R/save.r

Description

Saves object as .rdata files in current rdata folder.

Usage

1
save_rdata(object, name = NULL)

Arguments

object

the object to save if unspecified the function saves all data.frames in the global environment

name

string of the name of the file if unspecified the file is named the same as the object. If object is unspecified name is ignored and each data.frame in the global environment is saved.

Value

Invisible flag indicating if successful (also issues warning if FALSE).


poissonconsulting/poiscon documentation built on Feb. 18, 2021, 11:16 p.m.