## ---- echo=FALSE, eval=FALSE--------------------------------------------------
# %\VignetteEngine{knitr::rmarkdown}
# <style>
# body{text-align: justify}
# </style>
#
## ---- eval=FALSE, echo=TRUE---------------------------------------------------
# # Se não tiver o devtools, instalar.
# if(!require(devtools)){
# install.packages("devtools")
# }
#
# # Instalar o rnp
# devtools::install_github("evandeilton/rnp")
#
# # Carregar o pacote
# require("rnp")
# ?rnp::rnp_freq
#
# # Vinheta
# # Se não tiver o prettydoc, a vinheta não roda
# if(!require(prettydoc)){
# install.packages("prettydoc")
# }
# vignette("rnp")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.