get_me: Get Company Ids

Description Usage Arguments Examples

View source: R/get_me.R

Description

This function will quickly pull the list of company ids that you have access to.

Usage

1
2
3
4
5
get_me(
  req_path = "discovery/me",
  client_id = Sys.getenv("AW_CLIENT_ID"),
  client_secret = Sys.getenv("AW_CLIENT_SECRET")
)

Arguments

req_path

The endpoint for that particular report

client_id

Set in environment args, or pass directly here

client_secret

Set in environment args, or pass directly here

Examples

1
2
3
4
## Not run: 
get_me()

## End(Not run)

benrwoodard/awoberonr documentation built on Dec. 31, 2020, 8:52 p.m.