R/zzz.R

# To comply with R CMD check
# See https://stackoverflow.com/questions/9439256/how-can-i-handle-r-cmd-check-no-visible-binding-for-global-variable-notes-when
utils::globalVariables(
  c(
    "Date",
    "Diff",
    "Month_n",
    "Text",
    "Text_original_case",
    "Weekday_n",
    "Year",
    "Yearday_n",
    "count",
    "i",
    "j",
    "ID",
    "word",
    ".",
    "Day_without_docs",
    "Invisible_fake_date",
    "Tile_length",
    # "book" and "text" belong to the demo app function
    "book",
    "text"
  )
)

Try the corporaexplorer package in your browser

Any scripts or data that you put into this service are public.

corporaexplorer documentation built on June 20, 2022, 5:20 p.m.