Description Usage Arguments Value
Download a dataset from sharepoint
1 2 3 4 5 6 7 | sharepoint_download(
sharepoint_url,
sharepoint_path,
dest = NULL,
progress = FALSE,
overwrite = FALSE
)
|
sharepoint_url |
The base URL of sharepoint e.g. https://imperiallondon.sharepoint.com |
sharepoint_path |
The path to the dataset you want to download - this should include any subsites in the url and should be of the form sites/nested/subsites/docs/path/to/document e.g. if you want to get the file at Data/shape files/example.geojson from the site groupA which is in site facultyA the full path would be sites/facultyA/groupA/docs/Data/shape files/example.geojson You should be able to get this if you locate the data you want to download in a browser and click menu on the RHS of the file name which appears on hover -> Copy link and manually edit to get the file path. See vignette for more details. |
dest |
Path to location you want to save the data. The default save location is a tempfile with the same file extension as the downloaded file. |
progress |
If |
overwrite |
if |
Path to downloaded data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.