R/low-level-ctl-handling-funs.R
comment_lines.Rd
Comment out lines of code with that are matched by a patter string.
comment_out(m, pattern = ".*") uncomment(m, pattern = ".*")
An nm object.
Character regex. Passed to gsub().
gsub()
An nm object with modified ctl_contents field.
ctl_contents
gsub_ctl(), target()
gsub_ctl()
target()