View source: R/set_permissions.R
set_permissions | R Documentation |
Robust methods for setting file/folder permissions across multiple OS.
set_permissions(path, is_folder = FALSE, verbose = TRUE)
path |
Path to file/folder. |
is_folder |
Whether |
verbose |
Print messages. |
Null
tmp <- tempfile()
set_permissions(path = tmp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.