read_rxnorm_paths | R Documentation |
Retrieve the table found at https://lhncbc.nlm.nih.gov/RxNav/applications/RxNavViews.html#label:appendix that will be used to generate the SQL queries to derive RxNorm maps.
read_rxnorm_paths( url = "https://lhncbc.nlm.nih.gov/RxNav/applications/RxNavViews.html#label:appendix", check_for_updates = FALSE )
url |
Source URL. It is not hardcoded in case the URL changes in the future. Default: 'https://lhncbc.nlm.nih.gov/RxNav/applications/RxNavViews.html#label:appendix' |
The tibble parsed from the URL is cached indefinitely. This is to avoid losing this dataframe in the event that the source documentation is ever lost.
Tibble of a machine-readable version of what is read at the url
parameter.
Other RxNorm Map:
get_rxnorm_ingredient_map()
,
get_rxnorm_map()
,
get_rxnorm_tty_lookup()
,
setup_rxmap()
,
write_rxnorm_map()
,
write_rxnorm_path_lookup()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.