tests/testdata/example.R

##' Subtitle one
###' A first example page
#'
#' ## Aim
#' This is the aim of the page and a plot:

# General setup
rm(list = ls())

#' [6,6]
# Do a plot
plot(cars)

#' ## Results
#' This is some longer text with no line break and
#' a description of the results.
#'
#' This is a proper new line that should be treated so
#'
#' This is a longer line with a line break here
#' that should show this text on a new line
#'
#'
shwilks/labbook documentation built on May 7, 2022, 4:51 p.m.