View source: R/drones_download.R
drones_download | R Documentation |
Download folders containing scientific publications and patent data for drones from the open science framework project folder https://osf.io/jr87e/.
drones_download(data = NULL, dest = NULL, conflicts = "overwrite")
data |
One of "all", "lit" or "pat" |
dest |
destination folder, cannot be null |
conflicts |
Determines what happens if a file already exists. Choose from "overwrite" (default), "skip" or "error". |
downloaded files
The Lens Scholarly and Patent databases at https://www.lens.org/.
## Not run: drones_download(data = "all", dest = "data", conflicts = "overwrite"), drones_download(data = "lit", dest = "data", conflicts = "overwrite"), drones_download(data = "pat", dest = "data", conflicts = "overwrite") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.