Nothing
#' Return concentration index value of `hci` objects
#' @noRd
concentration_index <-
function(object) {
if (!any(class(object) == 'hci')) stop("Object is not of class hci")
return(object$concentration_index)
}
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.