Receive a list of all the projects on an account accessible through the provided api key

ssar_projects(
  subdomain = Sys.getenv("SSAR_SUBDOMAIN"),
  apikey = Sys.getenv("SSAR_APIKEY")
)

Arguments

subdomain

The account subdomain

apikey

The api key from the account

Value

A dataframe of available project data your authentication has access to

Examples

if (FALSE) { projects(subdomain = Sys.getenv('SSAR_SUBDOMAIN'), apikey = Sys.getenv('SSAR_APIKEY')) }