# Generated by roxygen2: do not edit by hand

export(allocation_summary)
export(block_randomization)
export(cluster_randomization)
export(crossover_design)
export(export_schedule)
export(latin_square)
export(plot_randomization)
export(simple_randomization)
export(stratified_randomization)
importFrom(dplyr,
  count,
  group_by,
  mutate,
  n,
  summarise
)
importFrom(ggplot2,
  aes,
  element_text,
  geom_col,
  ggplot,
  labs,
  theme,
  theme_bw
)
importFrom(rlang,.data)
importFrom(stats,setNames)
importFrom(tibble,
  as_tibble,
  tibble
)
importFrom(utils,write.csv)
