writeConceptSet | R Documentation |
The resulting concept Set JSON file can be imported into Atlas.
writeConceptSet(x, path, format = "auto", ...)
x |
A Capr concept set created by 'cs()' |
path |
Name of file to write to. (e.g. "concepts.json") |
format |
the file extension to write |
... |
additional arguments |
anemia <- cs(descendants(439777,4013073,4013074), name = "anemia")
writeConceptSet(anemia, file.path(tempdir(), 'anemia.json'))
writeConceptSet(anemia, file.path(tempdir(), 'anemia.csv'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.