inst/bad1/R/semicolons.R

semicolons <- function() {

  print("why would you add?");
  print("a semicolon here?");

  "this is one"; "at the middle"; "so not that bad"

  "trailing semicolon and whitespace";   
}
MangoTheCat/goodpractice documentation built on Sept. 5, 2022, 2 p.m.