Description Usage Arguments Details Value Examples
This function uses the codelist_url slot in a Research object to download codelists
1 | codelists_for_ro(ro)
|
ro |
an object of class ResearchObject |
Internally it calls the get_clinicalcodes() function with a url argument
a new ResearchObject with associated clinicalcodes dataframes for all codelists
1 2 3 4 5 6 7 | ## Not run:
# get research object without codes
RO <- research_object(article_id = 2, download_codes = FALSE)
# associate codes
RO <- codelists_for_ro(RO)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.