write_tome_serialized: Generalized write for individual serialized objects to a tome...

Description Usage Arguments

View source: R/write_tome_lowlevel.R

Description

Useful for R objects that can't easily be coerced to a data.frame or a vector, like lists or S3 classes. Think of it like saveRDS() for HDF5 files.

Usage

1
write_tome_serialized(obj, tome, target, overwrite = NULL)

Arguments

obj

The R object to store

tome

Path to the target tome file

target

The target location within the tome file

overwrite

logical, whether or not to overwrite existing objects. Default = FALSE.


AllenInstitute/scrattch.io documentation built on Nov. 17, 2021, 10:06 a.m.