View source: R/get_cm_functions.R
get_cm_functions | R Documentation |
Returns a full list of calculated metric functions that the user can access.
get_cm_functions(
id = NULL,
debug = FALSE,
company_id = Sys.getenv("AW_COMPANY_ID")
)
id |
Returns details around a single calculated metric function if you specify the id. You can obtain the desired id by not including an ID value and finding the function in the results. |
debug |
Set to |
company_id |
Company ID. If an environment variable called |
Returns a full list of calculated metric functions or a specified function that the user can access.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.