ourMELONS/R/displine.R
Waldir Leoncio fca9caa731 Restyled files
Ran through styler::style_dir() in the R and tests directories in preparation for #23.
2021-11-10 14:25:50 +01:00

4 lines
123 B
R

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