knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

dataDownloader

R-CMD-check

Assist downloading datafiles from osf.io. Other data sources may be added in the future.

Installation

You can install dataDownloader from GitHub with:

# install.packages("remotes")
remotes::install_github("Between-the-Fjords/dataDownloader")


Between-the-Fjords/dataDownloader documentation built on April 25, 2021, 7:59 a.m.