sync_software_category: Synchronize software category keywords with the IMCR...

Description Usage Arguments Value Examples

View source: R/sync_software_category.R

Description

Synchronize software category keywords with the IMCR vocabulary

Usage

1

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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## 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")

## End(Not run)

IMCR-Hackathon/toolkit documentation built on Oct. 30, 2019, 7:14 p.m.