make_prefix: Make prefix

View source: R/make_prefix.R

make_prefixR Documentation

Make prefix

Description

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

Usage

make_prefix(destination)

Arguments

destination

a local directory path or an arrow SubTreeFileSystem

Value

silent

Examples

temp_dir <- tempfile()
make_prefix(temp_dir)


dataversionr documentation built on Aug. 18, 2022, 9:06 a.m.