R/DollarNames.R

Defines functions .DollarNames.rxSolve

#' @importFrom utils .DollarNames
#' @export
.DollarNames.rxSolve <- function(x, pattern) {
  grep(pattern, .Call(`_rxode2_rxSolveDollarNames`, x), value = TRUE)
}

Try the rxode2 package in your browser

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

rxode2 documentation built on Oct. 30, 2024, 9:06 a.m.