ssar_projects: Get Projects

Description Usage Arguments Value Examples

View source: R/get_projects.R

Description

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

Usage

1
2
3
4
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

1
2
3
4
5
## Not run: 
projects(subdomain = Sys.getenv('SSAR_SUBDOMAIN'),
         apikey = Sys.getenv('SSAR_APIKEY'))

## End(Not run)

statsearchanalyticsr documentation built on Sept. 28, 2021, 5:09 p.m.