installCollectionData: Download and install collection data

Description Usage Arguments Value

View source: R/installData.R

Description

Function to download collection data (grouped texts) from github. Overwrites (!) the current collections.

Usage

1
2
3
4
5
6
installCollectionData(
  dataDirectory = getOption("qd.datadir"),
  branchOrCommit = "master",
  repository = "metadata",
  baseUrl = "https://github.com/quadrama/"
)

Arguments

dataDirectory

The data directory in which collection and data files are stored

branchOrCommit

The git branch, commit id, or tag that we want to download

repository

The repository

baseUrl

The github user (or group)

Value

NULL


DramaAnalysis documentation built on Jan. 13, 2021, 10:02 p.m.