You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 satır
766B

  1. # Generated by roxygen2: do not edit by hand
  2. export("%>%")
  3. export(animate_anti_join)
  4. export(animate_full_join)
  5. export(animate_gather)
  6. export(animate_inner_join)
  7. export(animate_intersect)
  8. export(animate_left_join)
  9. export(animate_right_join)
  10. export(animate_semi_join)
  11. export(animate_setdiff)
  12. export(animate_spread)
  13. export(animate_union)
  14. export(animate_union_all)
  15. importFrom(dplyr,anti_join)
  16. importFrom(dplyr,arrange)
  17. importFrom(dplyr,bind_cols)
  18. importFrom(dplyr,bind_rows)
  19. importFrom(dplyr,filter)
  20. importFrom(dplyr,full_join)
  21. importFrom(dplyr,group_by)
  22. importFrom(dplyr,inner_join)
  23. importFrom(dplyr,left_join)
  24. importFrom(dplyr,mutate)
  25. importFrom(dplyr,pull)
  26. importFrom(dplyr,right_join)
  27. importFrom(dplyr,select)
  28. importFrom(dplyr,semi_join)
  29. importFrom(magrittr,"%>%")