diff --git a/functionTemplate.R b/functionTemplate.R index 73f2d9e..6264a8f 100644 --- a/functionTemplate.R +++ b/functionTemplate.R @@ -29,5 +29,8 @@ myFunction <- function(a, b=1) { # ==== TESTS ================================================================= # Enter your function tests here... +if (FALSE) { + # test ... +} # [END]