csmpi_read: Read an R object to the cloud.

Description Usage Arguments

View source: R/agnostic_read.R

Description

Read an R object to the cloud.

Usage

1
2
3
4
csmpi_read(key, cloud_name, storage_format, params,
  use_session_cache = getOption("csmpi.use_session_cache", TRUE),
  use_disk_cache = getOption("csmpi.use_disk_cache", FALSE),
  num_retries = getOption("csmpi.num_retries", 3))

Arguments

key

simple string. The key to record the object with.

cloud_name

simple string. The name of the cloud interface to use.

storage_format

simple_string. The name of the disk interface to use.

params

list. Additional arguments to pass to interface methods.

use_session_cache

logical. Whether or not to cache the object in memory. Defaults to the option csmpi.use_session_cache, or FALSE if the option is not set.

use_disk_cache

logical. Whether or not to cache the object on disk. Defaults to the option csmpi.use_disk_cache, or FALSE if the option is not set.

num_retries

numeric. How many attempts to write before raising an error. Defaults to the option csmpi.num_retries, or 3 if the option is not set.


abelcastilloavant/csmpi documentation built on May 24, 2019, 7:21 p.m.