knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
Pacote R con funções de treinamento e score para a base auto.
library(readxl) auto=read_excel("data/auto.xlsx") knitr::kable(head(auto))
remotes::install_github("csatio/autoasn")
library(autoasn) ## basic example code
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.