# NOT RUN {
## Start with the example:
introPresentation() # in presentation mode type 'h'
## The same presentation but with manual configuration:
file <- system.file("Introduction.Rmd", package = "REPLesentR")
myPresentation <- newPresentation(
file, width = 80, height = 23, border = "O", padding = 1)
myPresentation$start()
# }
Run the code above in your browser using DataLab