format_schema {arrow} | R Documentation |
Get a string representing a Dataset or RecordBatchReader object's schema
Description
Get a string representing a Dataset or RecordBatchReader object's schema
Usage
format_schema(obj)
Arguments
obj |
a Dataset or RecordBatchReader |
Value
A string containing a formatted representation of the schema of obj
[Package arrow version 19.0.1.1 Index]