#' The NSRR Website URL
#'
#' @return A character value of the website
#' @export
#'
#' @examples
#' nsrr_website()
nsrr_website = function() {
website = "https://sleepdata.org"
website
}
#' @export
#' @rdname nsrr_website
nsrr_api_url = function() {
website = nsrr_website()
url = paste0(website, "/api/", nsrr_api_version())
url
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.