No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

37 líneas
920B

  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. export(set_font_size)
  16. importFrom(dplyr,anti_join)
  17. importFrom(dplyr,arrange)
  18. importFrom(dplyr,bind_cols)
  19. importFrom(dplyr,bind_rows)
  20. importFrom(dplyr,data_frame)
  21. importFrom(dplyr,filter)
  22. importFrom(dplyr,full_join)
  23. importFrom(dplyr,group_by)
  24. importFrom(dplyr,inner_join)
  25. importFrom(dplyr,left_join)
  26. importFrom(dplyr,mutate)
  27. importFrom(dplyr,pull)
  28. importFrom(dplyr,right_join)
  29. importFrom(dplyr,row_number)
  30. importFrom(dplyr,select)
  31. importFrom(dplyr,semi_join)
  32. importFrom(dplyr,slice)
  33. importFrom(magrittr,"%>%")
  34. importFrom(tidyr,gather)
  35. importFrom(tidyr,spread)