#' Example for data_expenses object
#' @name data_expenses_example
#' @docType data
#' @author Margot Brard \email{margot@@thinkr.fr}
#' @description This data set is a small example.
#' @format 10 rows, 7 columns. Columns are object, real_projected (Real/Projected), paid_pending (Paid/Pending), description, society, paymaster, amount
#' @usage
#' data("data_expenses_example")
#' @examples
#' data("data_expenses_example")
#'
"data_expenses_example"
#' Example for data_guests object
#' @name data_guests_example
#' @docType data
#' @author Margot Brard \email{margot@@thinkr.fr}
#' @description This data set is a small example.
#' @format 4 rows, 40 columns. Columns are name, type, table, announcement, here_cocktail, here_diner, here_sunday, special_diet, menu_diner, time_confirmation
#' @usage
#' data("data_guests_example")
#' @examples
#' data("data_guests_example")
#'
"data_guests_example"
#' Example for data_guests_table object
#' @name data_guests_table_example
#' @docType data
#' @author Margot Brard \email{margot@@thinkr.fr}
#' @description This data set is a small example.
#' @format 15 rows, 3 columns. Columns are name, table, here_diner
#' @usage
#' data("data_guests_table_example")
#' @examples
#' data("data_guests_table_example")
#'
"data_guests_table_example"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.