ourMELONS/R/displine.R
2019-12-17 16:48:22 +01:00

4 lines
No EOL
124 B
R

#' @title Print a separator line
dispLine <- function() {
cat('---------------------------------------------------\n')
}