R/md4r-package.R

## usethis namespace: start
#' @importFrom Rcpp sourceCpp
#' @useDynLib md4r, .registration = TRUE
## usethis namespace: end
NULL

##########
##
## Utility functions
##
#########

`%||%` = function (x, y) {
  if (is.null(x)) y
  else            x
}

Try the md4r package in your browser

Any scripts or data that you put into this service are public.

md4r documentation built on May 29, 2024, 1:35 a.m.