set_DSC_credentials {IOHanalyzer}R 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 '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

## Not run: set_DSC_credentials('jdoe', 'monkey123')

[Package IOHanalyzer version 0.1.8.10 Index]