Description Usage Arguments Value Examples
Remove paths (files/directories) from your system
1 | rm_paths(paths)
|
paths |
A character vector with the names of the file(s) or directories to be deleted. |
A logical value indicating remove status.
1 2 3 4 | x <- tempfile()
file.create(x)
yes <- rm_paths(x)
print(yes)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.