R/nullfunc.R

Defines functions nullfunc

Documented in nullfunc

#' A not-useful-at-all function
#'
#' A not-useful-at-all function
#' 
#' This is a function which returns NULL. It is there just for the sake of having a function
#' in the package.
#'
#' @return NULL
#' 
nullfunc <- function() NULL
LyzandeR/popPack documentation built on May 7, 2019, 2:04 p.m.