Changelog
Source:NEWS.md
rcol 0.1.0
CRAN release: 2021-02-05
- Initial release.
-
col_*()shortcut functions (col_match(),col_usage(),col_tree(), …) that always target the latest extended COL release without adatasetargument. The release is resolved once to its integer key and pinned for the session viacol_key();col_refresh()re-pins to a newer release. - Name matching against any dataset or COL release:
clb_match(),clb_match_verbose(),clb_match_checklist(). - COL release discovery:
clb_col_release(),clb_col_releases()covering the monthly base (3LR), monthly extended (3LXR) and annual (COL<YY>) releases. - Parsers:
clb_parsers(),clb_parse_name(),clb_parse(). - Datasets:
clb_dataset_search(),clb_dataset(),clb_dataset_metrics(). - Name usages and taxa:
clb_usage(),clb_usage_search()/clb_search(),clb_suggest(),clb_classification(),clb_synonyms(),clb_vernacular(),clb_usage_metrics(). - Tree navigation:
clb_tree(),clb_children().