ourMELONS/R/displine.R

5 lines
123 B
R
Raw Normal View History

2019-12-17 16:48:22 +01:00
#' @title Print a separator line
dispLine <- function() {
cat("---------------------------------------------------\n")
}