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
.
1 2 3 4 5 6 7 8 9 | dataset_write(
dataset,
path,
...,
policy = "public-read",
creds = storage_credentials()
)
dataset_open(...)
|
dataset, path, ... |
see |
policy |
either |
creds |
storage credentials |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.