get_gbci | R Documentation |
This function will call either get_gbci_file
or get_gbci_dir
downstream
depending on the path argument.
get_gbci(path, dest = NULL, overwrite = FALSE, create_dir = TRUE, drive = NULL)
get_gbci_file(
path,
dest = NULL,
overwrite = FALSE,
create_dir = TRUE,
drive = NULL
)
get_gbci_dir(
path,
dest = NULL,
overwrite = FALSE,
create_dir = TRUE,
drive = NULL
)
path |
Path to file or directory on SharePoint |
dest |
Where to put the file, and what to name it. Defaults to tempfile/dir |
overwrite |
Logical. Should files be overwritten if they aready exist? |
create_dir |
Logical. Should the destination directory be created if it doesn't exist? |
drive |
Optional. A |
The destination of the file or directory (dest
)
## Not run:
get_gbci_dir("Raw Data/SPECTRAmax/aragaki-kai/", "path/to/my/dir")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.