getExampleData: Downloads and installs the WIAD Example Dataset

View source: R/getExampleData.R

getExampleDataR Documentation

Downloads and installs the WIAD Example Dataset

Description

The WIAD Example Dataset can be downloaded from https://wiad.science/WIAD_ExampleData.zip . This function downloads and extracts the WIAD Example Dataset in the package folder.

Usage

getExampleData(
  mode = "install",
  downloadPath = tempdir(),
  installPath = "",
  dataset = "small"
)

Arguments

mode

"install" (default),"update" or "remove"

downloadPath

custom location to temporarily store WIAD example dataset while downloading. Default: tempdir()

installPath

custom location to place WIAD example dataset. Default: WIAD package directory

dataset

choose to download the "small" example dataset (248 MB) or the "full" example dataset (1.83 GB). Default: "small"

Value

No return value


bnasr/wiad documentation built on July 21, 2024, 2:38 p.m.