Nothing
#' Get eigen version
#'
#' Provides the eigen C++ library version number included in the package.
#'
#' @export
#' @return A string with the eigen version name and number
#' @examples
#' eigen_version()
eigen_version <- function() {
return("3.4.0")
}
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.