datamations/NAMESPACE

116 строки
3.2 KiB
Plaintext
Исходник Обычный вид История

2020-11-22 22:51:51 +03:00
# Generated by roxygen2: do not edit by hand
export("%>%")
2020-11-22 23:21:14 +03:00
export(animate_group_by_sanddance)
2021-04-15 22:13:05 +03:00
export(animate_summarize_sanddance)
2020-11-22 22:51:51 +03:00
export(cat_gifs)
2020-11-25 05:09:26 +03:00
export(datamation_sanddance)
2020-11-22 22:51:51 +03:00
export(datamation_tibble)
export(dismantle)
2021-04-15 22:13:05 +03:00
export(pad_limits)
2020-11-22 23:21:14 +03:00
export(plot_grouped_dataframe_withresponse_sanddance)
2021-04-15 22:13:05 +03:00
export(plot_grouped_dataframe_withresponse_sanddance_point)
2020-11-22 22:51:51 +03:00
export(shuffle_tbl)
export(snake)
export(theme_zilch)
2020-11-22 23:21:14 +03:00
importFrom(animation,saveGIF)
importFrom(boot,boot)
importFrom(boot,boot.ci)
2020-11-22 22:51:51 +03:00
importFrom(dplyr,any_of)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
2021-04-06 18:46:56 +03:00
importFrom(dplyr,first)
importFrom(dplyr,funs)
2020-11-22 22:51:51 +03:00
importFrom(dplyr,group_by)
importFrom(dplyr,group_indices)
2021-04-06 18:46:56 +03:00
importFrom(dplyr,group_keys)
2020-11-22 22:51:51 +03:00
importFrom(dplyr,group_size)
importFrom(dplyr,group_split)
importFrom(dplyr,group_vars)
importFrom(dplyr,is_grouped_df)
2021-04-06 18:46:56 +03:00
importFrom(dplyr,lag)
2020-11-22 22:51:51 +03:00
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
2021-04-06 18:46:56 +03:00
importFrom(dplyr,mutate_all)
2020-11-22 22:51:51 +03:00
importFrom(dplyr,n)
importFrom(dplyr,n_groups)
importFrom(dplyr,pull)
2021-04-06 18:46:56 +03:00
importFrom(dplyr,rename)
importFrom(dplyr,right_join)
importFrom(dplyr,row_number)
2020-11-22 22:51:51 +03:00
importFrom(dplyr,select)
importFrom(dplyr,summarize)
2021-04-06 18:46:56 +03:00
importFrom(dplyr,tribble)
2020-11-22 22:51:51 +03:00
importFrom(dplyr,ungroup)
importFrom(gganimate,anim_save)
importFrom(gganimate,ease_aes)
importFrom(gganimate,transition_states)
importFrom(gganimate,view_follow)
2020-11-22 23:21:14 +03:00
importFrom(ggbeeswarm,geom_beeswarm)
importFrom(ggbeeswarm,geom_quasirandom)
2020-11-22 22:51:51 +03:00
importFrom(ggplot2,aes)
2021-04-06 18:46:56 +03:00
importFrom(ggplot2,coord_cartesian)
importFrom(ggplot2,coord_equal)
2020-11-22 22:51:51 +03:00
importFrom(ggplot2,element_blank)
2021-04-06 18:46:56 +03:00
importFrom(ggplot2,element_line)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_line)
2020-11-22 22:51:51 +03:00
importFrom(ggplot2,geom_point)
2021-04-06 18:46:56 +03:00
importFrom(ggplot2,geom_pointrange)
2020-11-22 22:51:51 +03:00
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
2021-04-06 18:46:56 +03:00
importFrom(ggplot2,labs)
importFrom(ggplot2,layer_data)
importFrom(ggplot2,layer_scales)
2020-11-22 22:51:51 +03:00
importFrom(ggplot2,scale_color_manual)
2021-04-06 18:46:56 +03:00
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_x_discrete)
importFrom(ggplot2,scale_y_continuous)
2020-11-22 22:51:51 +03:00
importFrom(ggplot2,theme)
2021-04-06 18:46:56 +03:00
importFrom(ggplot2,xlab)
2020-11-22 22:51:51 +03:00
importFrom(magick,image_read)
importFrom(magick,image_write)
importFrom(magrittr,"%>%")
importFrom(purrr,accumulate)
importFrom(purrr,flatten)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map2_chr)
importFrom(purrr,map2_dbl)
importFrom(purrr,map2_dfr)
importFrom(purrr,map_chr)
importFrom(purrr,map_dbl)
2020-11-22 23:21:14 +03:00
importFrom(purrr,map_df)
2020-11-22 22:51:51 +03:00
importFrom(purrr,map_dfr)
importFrom(purrr,map_if)
importFrom(purrr,pmap_dbl)
importFrom(purrr,pmap_dfr)
importFrom(purrr,reduce)
2021-04-06 18:46:56 +03:00
importFrom(purrr,walk)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,as_label)
importFrom(rlang,enexpr)
2020-11-22 23:21:14 +03:00
importFrom(rlang,enquos)
2021-04-06 18:46:56 +03:00
importFrom(rlang,is_empty)
2020-11-22 22:51:51 +03:00
importFrom(rlang,parse_expr)
2021-04-06 18:46:56 +03:00
importFrom(rlang,set_names)
importFrom(rlang,sym)
2020-11-22 23:21:14 +03:00
importFrom(scales,comma_format)
importFrom(scales,label_dollar)
importFrom(scales,label_number)
2020-11-22 22:51:51 +03:00
importFrom(stats,median)
2021-04-06 18:46:56 +03:00
importFrom(stats,setNames)
2020-11-22 23:21:14 +03:00
importFrom(stringr,str_replace)
importFrom(stringr,str_split)
2020-11-22 22:51:51 +03:00
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
2021-04-06 18:46:56 +03:00
importFrom(tidyr,pivot_longer)
importFrom(tidyr,separate)
importFrom(tidyr,unite)
importFrom(tidyr,unnest)
2020-11-22 23:21:14 +03:00
importFrom(tweenr,keep_state)
importFrom(tweenr,tween_state)