save_rdata: Save an object in an '.rdata' file

View source: R/save_rdata.r

save_rdataR Documentation

Save an object in an .rdata file

Description

Save an object in an .rdata file

Usage

save_rdata(x, dir = NULL, name_base, verbose = TRUE)

Arguments

x

An object.

dir

directory where ouptut will be saved. The directory where the file should be saved. If dir = NULL no output will be saved.

name_base

A string that will be appended to with the system time and the file extension (i.e., ".rdata").

verbose

A logical that specifies if you want to print messages and warnings to the console. The default is TRUE.

Value

Nothing is returned, instead a file is saved in dir.


nwfsc-assess/nwfscSurvey documentation built on May 5, 2024, 5:21 a.m.