save_as_rds: Save an object with specific details

View source: R/files.R

save_as_rdsR Documentation

Save an object with specific details

Description

This is a custom wrapper for saveRDS.

Usage

save_as_rds(dir, obj, filelabel, ..., state)

Arguments

dir

The directory to which to save the RDS file

obj

The object to be saved.

filelabel

A label to be applied to the filename.

...

Additional strings to add to filename

state

The State for whose data we are saving (specific to RAAMP-GBV project)


BroVic/raampGBV documentation built on Oct. 7, 2022, 11:06 p.m.