stash: Stash an R Object onto Disk

Description Usage Arguments Value

View source: R/stash.R

Description

Stash an R Object onto Disk

Usage

1
2
3
stash(object, dir_path = tempdir(),
  file_name = paste0(sample(c(letters, LETTERS, 0:9), 20, TRUE), collapse
  = ""))

Arguments

object

an R object; name

dir_path

path to a directory;character string

file_name

name of the stash file

Value

a stash_ref obj


psyphr-dev/psyphr.read documentation built on Dec. 3, 2019, 11:29 p.m.