register_DSC: Register an account to the DSCtool API

register_DSCR Documentation

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

## Not run: 
register_DSC('John Doe', 'jdoe', 'Sample University', "j.doe.sample.com")

## End(Not run)

IOHanalyzer documentation built on Sept. 20, 2023, 5:07 p.m.