post_software.Rd
Add new software to the IMCR Portal
post_software(name, path)
name | (character) File name of software JSON (without file extension). |
---|---|
path | (character) Path to software JSON. |
(message) Status message of POST operation.
# NOT RUN { login() post_software("arrow", "/path/to/software/json") # }