R/DotEqual.R

Defines functions `:=`

# see John Mount, 
# https://community.rstudio.com/t/undefined-global-functions-or-variables/10852/2

`:=` <- function(a,b) {stop(":= should not be called directly")}

Try the FOCI package in your browser

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

FOCI documentation built on March 19, 2021, 1:07 a.m.