R/rules-tokens.R

Defines functions drop_comments

drop_comments <- function(pd) {
  pd[pd$token != "COMMENT", ]
}
lorenzwalthert/styler.nocomments documentation built on Dec. 27, 2021, 12:15 a.m.