R/globalVariables.R

# global variables added so that there are no notes when running R CMD check

if(getRversion() >= "2.15.1"){
  # global variables necessary because of processSlots()
  fromProcessSlots <- c('Trace','Year','Variable','Value','Month')
  utils::globalVariables(c(fromProcessSlots, "."))
}

Try the RWDataPlyr package in your browser

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

RWDataPlyr documentation built on April 17, 2020, 9:06 a.m.