knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

Basic examples

library(tester)
## basic example code

Say Hello!

hello('you spawn of Satan')

Say Goodbye!

goodbye('you filthy animal')

Say Hello & Goodbye!

hello_goodbye('get off my lawn')


threadingdata/tester documentation built on Dec. 23, 2021, 9:58 a.m.