from_schema {tfio} | R Documentation |
Create an Arrow Dataset from the given Arrow schema.
Description
Infer output types and shapes from the given Arrow schema and create an Arrow Dataset.
Usage
from_schema(object, ...)
Arguments
object |
An R object. |
... |
Optional arguments passed on to implementing methods. |
[Package tfio version 0.4.1 Index]