🔍 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.

23 lines
692B

  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, pattern = NULL, start_page = if
  8. (is.null(text)) "Text" else "RegEx")
  9. }
  10. \arguments{
  11. \item{text}{Text to explore in gadget (editable using interface)}
  12. \item{pattern}{Regular Expression to edit or visualize using RegExplain}
  13. \item{start_page}{Open gadget to this tab, one of \code{"Text"}, \code{"RegEx"},
  14. \code{"Output"}, or \code{"Help"}}
  15. }
  16. \description{
  17. The function behind the RegExplain Selection and RegExplain File
  18. addins. Opens the RegExplain gadget interface in an RStudio viewer
  19. pane.
  20. }