R/lotriPtrs.R

Defines functions .lotriPointers

Documented in .lotriPointers

#' This function is used to get the pointers to the C objects that are used in the lotri package.
#'
#'
#' @return A list of function pointers
#' @export
#' @author Matthew L. Fidler
#' @keywords internal
#' @examples
#'
#' .lotriPointers()
.lotriPointers <- function() {
  .Call(`_getLotriPointers`, PACKAGE = "lotri")
}

Try the lotri package in your browser

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

lotri documentation built on Aug. 8, 2025, 6:12 p.m.