Synchronize software category keywords with the IMCR vocabulary

sync_software_category(name)

Arguments

name

(character) Software name(s). Use name = "all_imcr_software" to synchronize all IMCR software category keywords.

Value

(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.

Examples

# 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")
# }