🔍 An RStudio addin slash regex utility belt
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

19 行
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}