convertConceptSetDefinitionToTable | R Documentation |
Convert a concept set definition to a table
convertConceptSetDefinitionToTable(conceptSetDefinition)
conceptSetDefinition |
A concept set definition, for example as obtained through the |
Takes a R (list) representation of the Concept Set expression and returns a table (dataframe) representing the concept set expression. This is useful to create publication friendly output of the concept set expression.
## Not run: conceptSetDefinition <- getConceptSetDefinition(conceptSetId = 282, baseUrl = "http://server.org:80/WebAPI") convertConceptSetDefinitionToTable(conceptSetDefinition = conceptSetDefinition) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.