Learn R Programming

dataversionr (version 0.9.0)

make_SubTreeFileSystem: Make SubTreeFileSystem

Description

Turn a local file path string or a SubTreeFileSystem into a SubTreeFileSystem

Usage

make_SubTreeFileSystem(destination, verbose = FALSE)

Value

an arrow SubTreeFileSystem

Arguments

destination

a local directory path or an arrow SubTreeFileSystem

verbose

TRUE /FALSE should the function be chatty?

Examples

Run this code
temp_dir <- tempfile()
make_SubTreeFileSystem(temp_dir)

Run the code above in your browser using DataLab