installCollectionData {DramaAnalysis} | R Documentation |
Download and install collection data
Description
Function to download collection data (grouped texts) from github. Overwrites (!) the current collections.
Usage
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
[Package DramaAnalysis version 3.0.2 Index]