Learn R Programming

medExtractR (version 0.4.1)

transition_vals: 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

Arguments

Format

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

expr

A character vector, expressions to consider as transitions.

Examples

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

Run the code above in your browser using DataLab