remove_prefix: Remove prefix

View source: R/remove_prefix.R

remove_prefixR Documentation

Remove prefix

Description

Remove all the contents of a subdirectory or SubTreeFileSystem

Usage

remove_prefix(destination, prompt = TRUE)

Arguments

destination

a local directory path or an arrow SubTreeFileSystem

prompt

should we ask for user confirmation?

Value

TRUE

Examples

temp_dir <- tempfile()
make_prefix(temp_dir)

remove_prefix(temp_dir, prompt = FALSE)


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