#' @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))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.