#' @title Get Regional Curves
#'
#' @description Returns a data frame of the `regional_curve` package data.
#'
#' @export
#' @return A data frame of the `regional_curve` package data.
#'
#' @family {data}
#'
#' @examples
#' rc <- regional_curves()
#'
regional_curves <- function() {
return(RegionalCurve::regional_curve)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.