Install databases from local file paths or urls

install_db(
  cwn_path = NULL,
  db_path = NULL,
  asbc_freq_path = NULL,
  install = c(cwn = TRUE, db = TRUE, asbc_freq = TRUE)
)

Arguments

cwn_path

A string. The path to CwnGraph.zip. Defaults to NULL, which downloads CwnGraph.zip from the internet and installs it to lexicoR.

db_path

A string. The path to database.rda or database.zip. Defaults to NULL, which downloads database.zip from the internet and installs it to lexicoR.

install

Logical. A logical vector specifying which databases to install.

Value

The path to the directory where the databases were installed.