您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

42 行
1.0KB

  1. # Generated by roxygen2: do not edit by hand
  2. S3method(print,anim_opts)
  3. export("%>%")
  4. export(anim_options)
  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(is.anim_opts)
  19. export(set_anim_options)
  20. export(set_font_size)
  21. importFrom(dplyr,anti_join)
  22. importFrom(dplyr,arrange)
  23. importFrom(dplyr,bind_cols)
  24. importFrom(dplyr,bind_rows)
  25. importFrom(dplyr,data_frame)
  26. importFrom(dplyr,filter)
  27. importFrom(dplyr,full_join)
  28. importFrom(dplyr,group_by)
  29. importFrom(dplyr,inner_join)
  30. importFrom(dplyr,left_join)
  31. importFrom(dplyr,mutate)
  32. importFrom(dplyr,pull)
  33. importFrom(dplyr,right_join)
  34. importFrom(dplyr,row_number)
  35. importFrom(dplyr,select)
  36. importFrom(dplyr,semi_join)
  37. importFrom(dplyr,slice)
  38. importFrom(magrittr,"%>%")
  39. importFrom(tidyr,gather)
  40. importFrom(tidyr,spread)