codelists_for_ro: Associates lists of clinical codes with a ClinicalCodes...

Description Usage Arguments Details Value Examples

Description

This function uses the codelist_url slot in a Research object to download codelists

Usage

1

Arguments

ro

an object of class ResearchObject

Details

Internally it calls the get_clinicalcodes() function with a url argument

Value

a new ResearchObject with associated clinicalcodes dataframes for all codelists

Examples

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)

rOpenHealth/rClinicalCodes documentation built on May 26, 2019, 8:50 p.m.