#' Create gt table for donations by sector
#'
#' @inheritParams count_donations
#'
#' @return a `gt` table
#' @export
gt_donations <- function(donations = get_donation_data()) {
gt::gt(donations)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.