Nothing
#' 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")
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.