route_vals {medExtractR} | R Documentation |
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
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
data(route_vals)
[Package medExtractR version 0.4.1 Index]