Learn R Programming

statsearchanalyticsr (version 0.1.4)

ssar_projects: 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

Run this code
# NOT RUN {
projects(subdomain = Sys.getenv('SSAR_SUBDOMAIN'),
         apikey = Sys.getenv('SSAR_APIKEY'))
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab