Learn R Programming

dataversionr (version 0.9.0)

make_prefix: Make prefix

Description

Create the necessary subdirectories to make sure that SubTreeFileSystem methods will work.

Usage

make_prefix(destination)

Value

silent

Arguments

destination

a local directory path or an arrow SubTreeFileSystem

Examples

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

Run the code above in your browser using DataLab