Modified software metadata (indicated by a "TRUE" in the imcr_json_mod_index object) is written to tempdir() and uploaded to the IMCR Portal.

put_software()

Value

(message) Status message of PUT operation.

Examples

# NOT RUN {
login()
get_imcr_json()
modify_software_category("add", "arrow", c("quality control", "import"))
put_software()
# }