apm_profile_glossary: APM Profile Glossary

View source: R/apm_profile.R

apm_profile_glossaryR Documentation

APM Profile Glossary

Description

APM Profile Glossary

Usage

apm_profile_glossary(
  profile_id,
  efoqa_connection = connect_to_efoqa(),
  glossary_format = "json"
)

Arguments

profile_id

guid string for the profile

efoqa_connection

optional efoqa_connection list

glossary_format

optional format (csv or json)

Value

Glossary object representing the APM profile (format 'csv' returns a dataframe, 'json' returns a list)

Examples

## 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)


ge-flight-analytics/refoqa documentation built on Oct. 15, 2024, 7:15 a.m.