| feather | R Documentation |
These functions permit using a feather dataset much like a regular (read-only) data frame without reading everything into R.
feather(path)
feather_metadata(path)
path |
Path to feather file |
They work by using arrow::read_feather() to read the data in as an Arrow
Table, an efficient data structure that supports many data-frame methods.
See the Arrow package documentation
for more information.
An arrow::Table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.