preposition_vals: Keywords Specifying Preposition

preposition_valsR Documentation

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

Format

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

expr

A character vector, expressions to consider as preposition.

Examples

data(preposition_vals)

medExtractR documentation built on June 7, 2022, 1:08 a.m.