Nothing
#' @title Check the package version in the C code.
#' @export
#' @keywords internal
#' @description Not for users.
#' @return Character string with the package version.
#' @examples
#' log_version()
log_version <- function() {
.Call(r_log_version, PACKAGE = "autometric")
}
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.