Learn R Programming

medExtractR (version 0.4.1)

route_vals: Keywords Specifying Route

Description

A dictionary mapping route expressions to standardized forms, specifying the way in which a medication is administered. Example expressions include "oral", "topical", "IV", and "intravenous".

Usage

route_vals

Arguments

Format

A data frame with route expressions (exact and/or regular expressions).

expr

A character vector, expressions to consider as route.

value

A standardized version of the raw expression. For example, "orally" and "by mouth" both have the standardized form "orally".

Examples

Run this code
# NOT RUN {
data(route_vals)
# }

Run the code above in your browser using DataLab