Learn R Programming

IOHanalyzer (version 0.1.8.10)

register_DSC: Register an account to the DSCtool API

Description

This uses the keyring package to store and load credentials. If you already have an account, please call `set_DSC_credentials` instead

Usage

register_DSC(name, username, affiliation, email, password = NULL)

Arguments

name

Your name

username

A usename to be identified with. Will be stored on keyring under 'DSCtool_name'

affiliation

Your affiliation (university / company)

email

Your email adress

password

The password to use. If NULL, this will be generated at random. Will be stored on keyring under 'DSCtool'

Examples

Run this code
if (FALSE) {
register_DSC('John Doe', 'jdoe', 'Sample University', "j.doe.sample.com")
}

Run the code above in your browser using DataLab