file_chown | R Documentation |
Change owner or group of a file
file_chown(path, user_id = NULL, group_id = NULL)
path |
A character vector of one or more paths. |
user_id |
The user id of the new owner, specified as a numeric ID or name. The R process must be privileged to change this. |
group_id |
The group id of the new owner, specified as a numeric ID or name. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.