🔍 An RStudio addin slash regex utility belt
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

47 líneas
1.5KB

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/regexplain-package.R
  3. \docType{package}
  4. \name{regexplain-package}
  5. \alias{regexplain}
  6. \alias{regexplain-package}
  7. \title{regexplain: Rstudio Addin to Explain, Test and Build Regular
  8. Expressions}
  9. \description{
  10. A set of RStudio Addins to help interactively test
  11. and build regular expressions. Provides a Shiny gadget interface for
  12. interactively constructing the regular expression and viewing the
  13. results from common string-searching functions. The gadget interface
  14. includes a helpful regex syntax reference sheet and a library of
  15. common patterns.
  16. }
  17. \section{Options}{
  18. \itemize{
  19. \item \code{regexplain.no.check.version} if \code{TRUE} or unset, the app will check for
  20. updates on the first run of the session.
  21. \item \code{regexplain.addin.max_lines} controls the number of lines of text imported
  22. into the gadget, defaults to 100. Higher values will degrade performance.
  23. }
  24. }
  25. \seealso{
  26. Useful links:
  27. \itemize{
  28. \item \url{https://github.com/gadenbuie/regexplain}
  29. \item Report bugs at \url{https://github.com/gadenbuie/regexplain/issues}
  30. }
  31. }
  32. \author{
  33. \strong{Maintainer}: Garrick Aden-Buie \email{g.adenbuie@gmail.com}
  34. Other contributors:
  35. \itemize{
  36. \item Winston Chang (Author of textInput and textAreaInput fragments from shiny) [contributor]
  37. \item Yihui Xie (Author of escape_html fragment from highr) [contributor]
  38. \item RStudio (Copyright holder of included shiny fragments) [copyright holder]
  39. }
  40. }
  41. \keyword{internal}