Skip to contents

Call this function from inside a .R file in RStudio to insert the standard TNTP header into your active script.

Usage

header_tntp()

Value

nothing

Examples

if (FALSE) { # rstudioapi::isAvailable()
header_tntp()
}