R/other_functions.R

Defines functions wideScreen

#' @export
# funktion der automatisk adjuster width paa konsollen. saettes default til hele width, men andet kan indsaettes 
wideScreen <- function(howWide=Sys.getenv("COLUMNS")) {
  options(width=as.integer(howWide))
}
emilBeBri/dttools documentation built on April 21, 2021, 5:44 a.m.