🔍 An RStudio addin slash regex utility belt
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

19 lines
693B

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/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}