R/isNotNull.R

#' A isNotNull Function
#'
#' This function allows pretty printing of values
#' @param love Do you love cats? Defaults to TRUE.
#' @keywords printLog
#' @export
#' @examples
#' a <- "1234"
#' cat_function(a)
#' 
is.not.null <- function(x) ! is.null(x) 
josefslerka/sugar documentation built on May 19, 2019, 8:48 p.m.