Learn R Programming

rsynthbio (version 4.0.1)

load_synthesize_token_from_keyring: Load Synthesize Bio API Token from Keyring

Description

Loads the previously stored Synthesize Bio API token from the system keyring and sets it in the environment for the current session.

Usage

load_synthesize_token_from_keyring()

Arguments

Value

Invisibly returns TRUE if successful, FALSE if token not found in keyring.

Examples

Run this code
if (FALSE) {
# Load token from keyring
load_synthesize_token_from_keyring()
}

Run the code above in your browser using DataLab