Nothing
#'Download license information
#'
#'OpenRange_get_license provides information on model licenses.
#' @param ... Additional arguments passed to internal functions.
#' @return Data.frame containing information on the license associated with the maps.
#' @examples \donttest{
#'
#' range_license_info <- OpenRange_get_license()
#'
#'}
#' @family range functions
#' @family metadata functions
#' @export
OpenRange_get_license <- function(...){
return(ranges_sql(query = "select * from ranges.license ;", ...))
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.