Downloads and caches one O*NET text archive. Existing non-empty cached files are reused.
Details
Downloaded archives are cached under tools::R_user_dir("onet2r", "cache")
in the archives section. Use onet_cache_clear(what = "archives") or
onet_cache_clear(what = "all") to remove them.
Examples
if (interactive()) {
path <- onet_archive_download("30.3")
basename(path)
}
