powered by
Destroy dv
destroy_dv(destination, prompt = TRUE)
TRUE
a local directory path or an arrow SubTreeFileSystem
should we ask for manual confirmation?
temp_dir <- tempfile() dir.create(temp_dir, recursive = TRUE) df <- data.frame(a = 1:5, b = letters[1:5]) create_dv(df, temp_dir) destroy_dv(temp_dir, prompt = FALSE) unlink(temp_dir)
Run the code above in your browser using DataLab