#' Threshold check.
#'
#' @param dat_search
#'
#' @return
#'
#' @examples
threshold_check <- function(dat_search) {
dat_search %>% filter(fh == 1) %>% ggplot(., aes(x = dist.cent, click.distance)) + geom_point()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.