# Copyright (C) 2022 by Higher Expectations for Racine County
#' Define a subfolder of the runtime environment's DATA_PATH
#'
#' @param ... path components
#'
#' @return a path to a file or directory
#' @export
input_path <- function(...){
path.expand(
file.path(Sys.getenv("DATA_PATH"),
...)
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.