dataset: Read and Write Datasets to object storage

Description Usage Arguments

Description

Write a dataset using the arrow::write_dataset and then set the access policy of the dataset (public-read by default). Read the dataset using arrow::open_dataset.

Usage

1
2
3
4
5
6
7
8
9
dataset_write(
  dataset,
  path,
  ...,
  policy = "public-read",
  creds = storage_credentials()
)

dataset_open(...)

Arguments

dataset, path, ...

see arrow::write_dataset or arrow::open_dataset

policy

either public-read (default) or private.

creds

storage credentials


tjpalanca/phlegis documentation built on Dec. 23, 2021, 10:59 a.m.