Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

40 lines
988B

  1. # Generated by roxygen2: do not edit by hand
  2. export("%>%")
  3. export(anim_options)
  4. export(anim_options_set)
  5. export(animate_anti_join)
  6. export(animate_full_join)
  7. export(animate_gather)
  8. export(animate_inner_join)
  9. export(animate_intersect)
  10. export(animate_left_join)
  11. export(animate_right_join)
  12. export(animate_semi_join)
  13. export(animate_setdiff)
  14. export(animate_spread)
  15. export(animate_union)
  16. export(animate_union_all)
  17. export(get_font_size)
  18. export(set_font_size)
  19. importFrom(dplyr,anti_join)
  20. importFrom(dplyr,arrange)
  21. importFrom(dplyr,bind_cols)
  22. importFrom(dplyr,bind_rows)
  23. importFrom(dplyr,data_frame)
  24. importFrom(dplyr,filter)
  25. importFrom(dplyr,full_join)
  26. importFrom(dplyr,group_by)
  27. importFrom(dplyr,inner_join)
  28. importFrom(dplyr,left_join)
  29. importFrom(dplyr,mutate)
  30. importFrom(dplyr,pull)
  31. importFrom(dplyr,right_join)
  32. importFrom(dplyr,row_number)
  33. importFrom(dplyr,select)
  34. importFrom(dplyr,semi_join)
  35. importFrom(dplyr,slice)
  36. importFrom(magrittr,"%>%")
  37. importFrom(tidyr,gather)
  38. importFrom(tidyr,spread)