R/kw_defs.R

Defines functions mapping_colnames

mapping_colnames <- function() {

  map_cols = c(
    "title", "keywords", "approx.match", "false.positive.matches",
    "prefix", "suffix", "prefix.approx.match",
    "suffix.approx.match", "suffix.descriptions", "prefix.class",
    "suffix.class", "ignore.prefix", "ignore.suffix",
    "ignore.prefix.approx.match", "ignore.suffix.approx.match")

  map_cols
}
mstr3336/contextractr documentation built on Aug. 10, 2020, 12:46 a.m.