#' Returns names of TRUE vector elements
#'
#' @param x x
#'
#' @return
#' @export
#'
#'
which_names <- function(x) {
#
return(names(which(x)))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.