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

22 lines
535B

  1. # Generated by roxygen2: do not edit by hand
  2. export(regex_gadget)
  3. export(regexplain_cheatsheet)
  4. export(regexplain_file)
  5. export(regexplain_gadget)
  6. export(regexplain_web)
  7. export(view_regex)
  8. import(miniUI)
  9. import(shiny)
  10. importFrom(dplyr,"%>%")
  11. importFrom(dplyr,filter)
  12. importFrom(dplyr,group_by)
  13. importFrom(dplyr,mutate)
  14. importFrom(dplyr,select)
  15. importFrom(dplyr,summarize)
  16. importFrom(rlang,.data)
  17. importFrom(utils,getFromNamespace)
  18. importFrom(utils,globalVariables)
  19. importFrom(utils,installed.packages)
  20. importFrom(utils,packageVersion)