Nothing
get_cluster_sizes <- function(cluster_df){
#' get the number observations in each cluster
#'
#' @param cluster_df A data.frame with the cluster vector
#' @noRd
#'
#' @return A table() with the Number per cluster
N_G <- table(cluster_df)
N_G
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.