Learn R Programming

medExtractR (version 0.4.1)

preposition_vals: Keywords Specifying Preposition

Description

A dictionary with preposition expressions. Such expressions often represent a relationship with an adjacent entity. Since most expressions in this dictionary are very short, we require word boundaries (any character other than a letter or number) to appear on either side of the expression. Example expressions include "for", "to", "until", and "in".

Usage

preposition_vals

Arguments

Format

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

expr

A character vector, expressions to consider as preposition.

Examples

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

Run the code above in your browser using DataLab