|
- # Generated by roxygen2: do not edit by hand
-
- export("%>%")
- export(anim_options)
- export(anim_options_set)
- export(animate_anti_join)
- export(animate_full_join)
- export(animate_gather)
- export(animate_inner_join)
- export(animate_intersect)
- export(animate_left_join)
- export(animate_right_join)
- export(animate_semi_join)
- export(animate_setdiff)
- export(animate_spread)
- export(animate_union)
- export(animate_union_all)
- export(get_font_size)
- export(set_font_size)
- importFrom(dplyr,anti_join)
- importFrom(dplyr,arrange)
- importFrom(dplyr,bind_cols)
- importFrom(dplyr,bind_rows)
- importFrom(dplyr,data_frame)
- importFrom(dplyr,filter)
- importFrom(dplyr,full_join)
- importFrom(dplyr,group_by)
- importFrom(dplyr,inner_join)
- importFrom(dplyr,left_join)
- importFrom(dplyr,mutate)
- importFrom(dplyr,pull)
- importFrom(dplyr,right_join)
- importFrom(dplyr,row_number)
- importFrom(dplyr,select)
- importFrom(dplyr,semi_join)
- importFrom(dplyr,slice)
- importFrom(magrittr,"%>%")
- importFrom(tidyr,gather)
- importFrom(tidyr,spread)
|