Template Rmarkdown === ```{r} --- title: "Supervised Learning" author: "Euler Alencar" date: "12/02/2022" output: html_document: toc: true # table of content true number_sections: false toc_float: true code_folding: show --- ```{r setup, include=FALSE} knitr::opts_chunk$set( echo = TRUE, message = FALSE, warning = FALSE ) require(tidyverse) .``` ```{r xaringanExtra-clipboard, echo=FALSE} # to install # devtools::install_github("gadenbuie/xaringanExtra") xaringanExtra::use_clipboard() .``` ```
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up