R/utils_helpers.R

Defines functions label.help

Documented in label.help

#' Function to create icons and labels with info about parameters
#' @export
label.help <- function(label, id){
  HTML(paste0(label, actionLink(id,label=NULL,icon=icon('info-circle'))))
}

#' Negating the '%in%' function for use in tools.
#' @export
#' @noRd
`%!in%` <- Negate(`%in%`)
HiDef-Aerial-Surveying/mCRM documentation built on Dec. 24, 2024, 3:03 p.m.