🔍 An RStudio addin slash regex utility belt
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 line
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. }