#' @importFrom utils .DollarNames
#' @export
.DollarNames.rxSolve <- function(x, pattern) {
grep(pattern, .Call(`_rxode2_rxSolveDollarNames`, x), value = TRUE)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.