#' Read population-wide data
#'
#' @param filename Path to the folder
#' @param variable What to read
#'
#' @export
read_population <- function(folder, variable) {
read_data(folder, variable)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.