R/reexports.R

Defines functions convertId

#' @importFrom lotri lotri
#' @export
lotri::lotri

#' @importFrom rxode2parse .convertId
#' @export
rxode2parse::.convertId

# for backward compatibility
convertId <- function(a) {
  rxode2parse::.convertId(a)
}

Try the rxode2random package in your browser

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

rxode2random documentation built on May 29, 2024, 7:30 a.m.