ourMELONS/R/displine.R

4 lines
124 B
R
Raw Normal View History

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