#' Read local census
#'
#' @param filename Path to the folder
#' @param habitat What habitat?
#' @param ecotype What ecotype?
#'
#' @export
read_counts <- function(folder, habitat, ecotype) {
read_data(folder, paste0("count", habitat, ecotype))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.