Skip to contents

Download a certain vocabulary version from ATHENA

Usage

downloadVocabulary(vocabulary, path = getwd())

Arguments

vocabulary

The vocabulary version to download.

path

Path to save the vocabulary files.

Value

The vocabularies are downloaded in path.

Examples

if (FALSE) { # \dontrun{
downloadVocabulary(vocabulary = "v20260227")
} # }