transition_vals {medExtractR} | R Documentation |
Keywords/Symbols Specifying Transition
Description
A dictionary with transition symbols and expressions representing a break between consecutive doses within a tapering regimen. This dictionary includes the expressions "then" and "followed by", as well as the punctuation ",(?!\\s?then)" or ";(?!\\s?then)" (i.e., a comma or semicolon not followed by the word "then").
Usage
transition_vals
Format
A data frame with transition expressions (exact and/or regular expressions).
- expr
A character vector, expressions to consider as transitions.
Examples
data(transition_vals)
[Package medExtractR version 0.4.1 Index]