Description Usage Arguments Value See Also Examples
View source: R/files_and_folders.R
List the files and folders in a SharePoint directory.
1 2 3 4 5 |
directory |
a directory name. |
site |
a SharePoint site name, e.g. '/ExpertGroups/WGNSSK'. |
site_collection |
a SharePoint site collection, will almost exclusively be 'https://community.ices.dk', so these functions should work for other SharePoint sites outside ICES. |
full |
a logical value. If TRUE, the directory path is prepended to the file names to give a relative file path. If FALSE, the file names (rather than paths) are returned. |
recursive |
logical. Should the listing recurse into directories? |
A character vector containing the names of the files in the specified directories, or "" if there were no files. If a path does not exist or is not a directory or is unreadable it is skipped, with a warning..
setspwd, getspwd
set and get SharePoint working directory.
setspsite, getspsite
set and get SharePoint default site.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.