🔍 An RStudio addin slash regex utility belt
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

19 lines
701B

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/rstudio_addins.R
  3. \name{regexplain_addin}
  4. \alias{regexplain_addin}
  5. \title{RegExplain Addin}
  6. \usage{
  7. regexplain_addin()
  8. }
  9. \description{
  10. Addin for regexplain. If the selection does not contain multiple lines, the
  11. addin tries to evaluate the selection and coerce the result to a character
  12. string. Only unique lines are passed to the gadget to maximize screen space.
  13. The max number of lines returned is set by the option
  14. \code{regexplain.addin.max_lines}, with a default value of 100 lines.
  15. If evaluating the selection does not produce a character vector without
  16. errors, the original selection is returned.
  17. }
  18. \keyword{internal}