Uploads an attachment to an experiment.

uploadAttachment(experimentId, attachmentPath)

Arguments

experimentId

ID of experiment to which to upload.

attachmentPath

Path to attachment.

Examples

if (FALSE) { # \dontrun{
uploadAttachment(experimentId, "/path/to/file")
} # }