clear_synthesize_token {rsynthbio} | R Documentation |
Clear Synthesize Bio API Token
Description
Clears the Synthesize Bio API token from the environment for the current R session. This is useful for security purposes when you've finished working with the API or when switching between different accounts.
Usage
clear_synthesize_token(remove_from_keyring = FALSE)
Arguments
remove_from_keyring |
Logical, whether to also remove the token from the system keyring if it's stored there. Defaults to FALSE. |
Value
Invisibly returns TRUE.
Examples
## Not run:
# Clear token from current session only
clear_synthesize_token()
# Clear token from both session and keyring
clear_synthesize_token(remove_from_keyring = TRUE)
## End(Not run)
[Package rsynthbio version 2.0.0 Index]