R/cssunits-package.R

#' @details
#' The "cssunits" package uses the "units" package to define a set of valid
#' CSS and/or LaTeX units. Some defaults from the udunits2 database are removed
#' so that they can be replaced by more appropriate units. For example, "pt"
#' refers to points and not to pints.
#'
#' To use it, run
#' ```
#' library(units)
#' library(cssunits)
#' install_css_units()
#' # or
#' install_latex_units()
#' ```
#' @keywords internal
"_PACKAGE"




#' @name latex_unit_db
#' @rdname css_unit_db
#' @export
NULL


#' @name latex_macro_db
#' @rdname css_unit_db
#' @export
NULL


# The following block is used by usethis to automatically manage
# roxygen namespace tags. Modify with care!
## usethis namespace: start
## usethis namespace: end
NULL
hughjonesd/cssunits documentation built on May 18, 2020, 12:56 p.m.