FileSystem {arrow}R Documentation

FileSystem classes

Description

FileSystem is an abstract file system API, LocalFileSystem is an implementation accessing files on the local machine. SubTreeFileSystem is an implementation that delegates to another implementation after prepending a fixed base path

Factory

The $create() factory methods instantiate the FileSystem object and take the following arguments, depending on the subclass:

Methods


[Package arrow version 0.17.1 Index]