check_empty_beautier_folder()
# TRUE
is_poisson_distr(create_poisson_distr())
# FALSE
is_poisson_distr(create_uniform_distr())
is_distr(NA)
is_distr(NULL)
is_distr("nonsense")
check_empty_beautier_folder()
Run the code above in your browser using DataLab