R/nl.R

Defines functions nl

Documented in nl

#' Add new line from within r code chunk
#'
#' @return add a new line
#' @export
#'
nl=function(){
  cat("  \n")
}
mrajter/rajter.flex documentation built on July 30, 2024, 1:31 a.m.