sync_software_category.RdSynchronize software category keywords with the IMCR vocabulary
sync_software_category(name)
| name | (character) Software name(s). Use |
|---|
(list) Updated software JSON for the specified name and added to
the imcr_json object in the global environment.
(logical) Updated imcr_json_mod_index object in the global
environment, which indicates the specified name has been modified
and is used by put_software().
(imcr_log.txt) A log file listing added and removed terms from each
software.
# NOT RUN { # Get all IMCR software JSON get_imcr_json() # Synchronize software category keywords for the "arrow" software. sync_software_category("arrow") # Synchronize software category keywords for all IMCR software. sync_software_category("all_imcr_software") # }