🔍 An RStudio addin slash regex utility belt
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

21 行
602B

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/regex_gadget.R
  3. \name{regex_gadget}
  4. \alias{regex_gadget}
  5. \title{RegExplain gadget}
  6. \usage{
  7. regex_gadget(text = NULL, start_page = if (is.null(text)) "Text" else
  8. "RegEx")
  9. }
  10. \arguments{
  11. \item{text}{Text to explore in gadget (editable using interface)}
  12. \item{start_page}{Open gadget to this tab, one of \code{"Text"}, \code{"RegEx"},
  13. \code{"Output"}, or \code{"Help"}}
  14. }
  15. \description{
  16. The function behind the RegExplain Selection and RegExplain File
  17. addins. Opens the RegExplain gadget interface in an RStudio viewer
  18. pane.
  19. }