Learn R Programming

IOHanalyzer (version 0.1.8.10)

set_DSC_credentials: 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 `add_DSC_credentials` instead

Usage

set_DSC_credentials(username, password)

Arguments

username

The usename you use on DSCtool. Will be stored on keyring under 'DSCtool_name'

password

The password you use on DSCtool. Will be stored on keyring under 'DSCtool'

Examples

Run this code
if (FALSE) set_DSC_credentials('jdoe', 'monkey123')

Run the code above in your browser using DataLab