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


iqis/stash documentation built on Nov. 4, 2019, 2:12 p.m.