powered by
Remove all the contents of a subdirectory or SubTreeFileSystem
remove_prefix(destination, prompt = TRUE)
TRUE
a local directory path or an arrow SubTreeFileSystem
should we ask for user confirmation?
temp_dir <- tempfile() make_prefix(temp_dir) remove_prefix(temp_dir, prompt = FALSE)
Run the code above in your browser using DataLab