Back up all software metadata in the IMCR Portal

backup(path)

Arguments

path

(character) Where IMCR metadata will be written.

Value

(.json) JSON metadata files written to the specified path.

Examples

# NOT RUN {
get_imcr_json()
backup("/path/to/backup/directory")
# }