Add new software to the IMCR Portal

post_software(name, path)

Arguments

name

(character) File name of software JSON (without file extension).

path

(character) Path to software JSON.

Value

(message) Status message of POST operation.

Examples

# NOT RUN {
login()
post_software("arrow", "/path/to/software/json")
# }