feather_metadata {feather} | R Documentation |
Retrieve metadata about a feather file
Description
Returns the dimensions, field names, and types; and optional dataset description.
Usage
feather_metadata(path)
Arguments
path |
Path to feather file |
Value
A list with class "feather_metadata".
[Package feather version 0.3.5 Index]