PathToRDS: ** RESERVED FOR INTERNAL USE **

Description Usage Arguments Details Value

View source: R/MakePath.R

Description

Resolve path to the RDS file of an R object

Usage

1
PathToRDS(name, path = NULL, relative = NULL, embedded = NULL)

Arguments

name

RESERVED FOR INTERNAL USE: optional name of the R object. When omitted this name is automatically provided by the symbol being passed as first argument using substitute and deparse.

path

folder location for RDS files. LittleThumb interprets this path either as a sub-directory of the rootpath location, or as an independent location (see relative). By default path is ignored (path = NA).

relative

logical value controlling if the path option is interpreted as a relative location, meaning as a sub-directory of the rootpath location (default = TRUE, yes), or as an independent one.

embedded

logical value controlling whether child objects should have their associated RDS files organized into sub-directories corresponding to parent objects (default = TRUE, yes).

Details

When unspecified, the value of the following argument(s) are determined by the corresponding automation option(s) (see LittleThumb):

relative and embedded

Value

RDS file path.


benja0x40/LittleThumb documentation built on Jan. 22, 2021, 2:36 p.m.