Description Usage Arguments Value Examples
Download a folder from Google Drive
1 | drive_download_dir(drive_folder = NULL, dl_path = getwd())
|
drive_folder |
a google drive folder path or id |
dl_path |
a local path to dowload the folder to. Defaults to getwd(). |
nothing.
1 2 3 4 5 6 | ## Not run:
drive_download_dir(
drive_folder = as_id("https://drive.google.com/open?id=0B7688WPR38x2Nk5yYV9ZMVYwWVE"),
dl_path = "./models")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.