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

19 satır
462B

  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 `"Text"`, `"Regex"`,
  13. `"Output"`, or `"Help"`}
  14. }
  15. \description{
  16. regexplain gadget
  17. }