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

15 lines
322B

  1. # Generated by roxygen2: do not edit by hand
  2. export(regex_gadget)
  3. export(run_regex)
  4. export(view_regex)
  5. import(miniUI)
  6. import(shiny)
  7. importFrom(dplyr,"%>%")
  8. importFrom(dplyr,filter)
  9. importFrom(dplyr,group_by)
  10. importFrom(dplyr,mutate)
  11. importFrom(dplyr,select)
  12. importFrom(dplyr,summarize)
  13. importFrom(utils,getFromNamespace)