Refresh the packaged concordance from GitHub
update_concordance.RdPackage-maintenance helper that replaces the packaged concordance dataset
(data/concordance.rda) with the most up-to-date master concordance file
from GitHub.
Details
Downloads the master concordance CSV, normalizes column names to
lower case, optionally refreshes the raw copy at
inst/extdata/concordance.csv, and writes the compressed
data/concordance.rda via usethis::use_data(). Run this from the
package source root during development, then rebuild/reinstall the package
to pick up the new data. Requires the usethis package.
See also
get_concordance() to load the concordance at run time.