Updates the email address the ScPCA Portal will use to notify you when the
dataset is ready for download, by sending a PUT request with a new email
value. The dataset's samples, projects, and format are left unchanged.
Usage
set_dataset_email(dataset, email, auth_token = Sys.getenv("SCPCA_AUTH_TOKEN"))Arguments
- dataset
the dataset UUID string, or a list with an
$idelement.the email address to use for the download notification.
- auth_token
an authorization token from
get_auth(). Defaults to theSCPCA_AUTH_TOKENenvironment variable, whichget_auth()sets automatically.