toggle_roxyComments: Switch between # and #' comments

View source: R/rstudio-toggle_subsections.R

toggle_roxyCommentsR Documentation

Switch between # and #' comments

Description

Switch between # and #' comments

Usage

toggle_roxyComments()

Examples

text <- c(
"# bla",
"# bla",
"  # bla",
"  # bla"
)

text <- c(
  "#' bla",
  "#' bla",
  "  #' bla",
  "  #' bla"
)

dlill/conveniencefunctions documentation built on Sept. 30, 2022, 4:40 a.m.