ssar_projects {statsearchanalyticsr}R Documentation

Get Projects

Description

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

Usage

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

## Not run: 
projects(subdomain = Sys.getenv('SSAR_SUBDOMAIN'),
         apikey = Sys.getenv('SSAR_APIKEY'))

## End(Not run)


[Package statsearchanalyticsr version 0.1.4 Index]