Description Usage Arguments Examples
This function will quickly pull the list of company ids that you have access to.
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")
)
|
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 |
1 2 3 4 | ## Not run:
get_me()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.