drones_download: Download csv files for the Literature and Patent datasets

View source: R/drones_download.R

drones_downloadR Documentation

Download csv files for the Literature and Patent datasets

Description

Download folders containing scientific publications and patent data for drones from the open science framework project folder https://osf.io/jr87e/.

Usage

drones_download(data = NULL, dest = NULL, conflicts = "overwrite")

Arguments

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".

Value

downloaded files

Source

The Lens Scholarly and Patent databases at https://www.lens.org/.

Examples

## 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)

poldham/dronesr documentation built on Oct. 4, 2022, 1:11 p.m.