apm_profile_glossary | R Documentation |
APM Profile Glossary
apm_profile_glossary(
profile_id,
efoqa_connection = connect_to_efoqa(),
glossary_format = "json"
)
profile_id |
guid string for the profile |
efoqa_connection |
optional efoqa_connection list |
glossary_format |
optional format (csv or json) |
Glossary object representing the APM profile (format 'csv' returns a dataframe, 'json' returns a list)
## Not run:
apm_profile_glossary( profile_id = "a7483c44-9db9-4a44-9eb5-f67681ee52b0")
apm_profile_glossary( profile_id = "a7483c44-9db9-4a44-9eb5-f67681ee52b0", glossary_format = "csv" )
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.