View source: R/remove_prefix.R
remove_prefix | R Documentation |
Remove all the contents of a subdirectory or SubTreeFileSystem
remove_prefix(destination, prompt = TRUE)
destination |
a local directory path or an arrow SubTreeFileSystem |
prompt |
should we ask for user confirmation? |
TRUE
temp_dir <- tempfile() make_prefix(temp_dir) remove_prefix(temp_dir, prompt = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.