route_vals {medExtractR} | R Documentation |
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".
route_vals
A data frame with route expressions (exact and/or regular expressions).
A character vector, expressions to consider as route.
A standardized version of the raw expression. For example, "orally" and "by mouth" both have the standardized form "orally".
data(route_vals)