knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
Pacote em R com funções utilizadas nos relatórios da consultoria estatística SOS Estatística
Você pode instalar via GitHub usando:
# install.packages("devtools") devtools::install_github("gabrielfranco89/sosestatistica")
Algumas funções úteis que vem com o pacote, como a fancytable
:
library(magrittr) library(knitr) library(sosestatistica) my_tab <- table(iris$Species, iris$Sepal.Length>5) fancytable(my_tab) %>% kable()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.