Skip to contents

Resolve the API token for a connection

Usage

seatable_token(con = default_connection(), error = TRUE)

Arguments

con

A seatable_connection.

error

Whether to error (default) or return NA when the token environment variable is unset.

Value

The token string, or NA_character_ when unset and error = FALSE.