Nothing
#' @export
#'
#' @rdname unitHelpers
#'
#' @returns For \code{dropUnits}, argument \code{x} with no units. If
#' input \code{x} has no units, \code{x} is returned unchanged.
#'
dropUnits <- function(x){
units::set_units(x, NULL)
}
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.