Retrieve a table of all the keywords in a particular site and the corresponding metadata

ssar_keywords(
  siteid = NULL,
  start = 0,
  results = 100,
  subdomain = Sys.getenv("SSAR_SUBDOMAIN"),
  apikey = Sys.getenv("SSAR_APIKEY")
)

Arguments

siteid

The site id (required)

start

The default is 0 (zero indexed)

results

The default is 100

subdomain

The account subdomain

apikey

The api key from the account

Value

A dataframe of keywords along with 29 other columns of data

Examples

if (FALSE) { ssar_keywords(siteid = {site_id} ) #replace is your site id }