| list_files | R Documentation |
List Files on the Nextcloud Server
list_files(
path = "",
pattern = NULL,
recursive = FALSE,
full_info = FALSE,
user = nextcloud_user(),
auth = nextcloud_auth(),
max_depth = NA,
...
)
path |
path to the nextcloud folder to be listed |
pattern |
an optional regular expression. Only file names which match the regular expression will be returned. |
recursive |
if |
full_info |
if |
user |
user name, by default taken from the environment variable "NEXTCLOUD_USER". |
auth |
authentication header as provided by
|
max_depth |
maximum recursion depth if |
... |
further arguments passed to
|
vector of character or data frame, each with attribute "root" being
set to the value of path.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.