The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
The goal of {rotulador} is to provide functions for programming and generating documents in R. It’s a tools to help developers and producers manipulate R objects and outputs.
You can install the development version of rotulador from GitHub with:
# install.packages("remotes")
remotes::install_github("TractorTom/rotulador")Formating code top include in a document:
library("rotulador")
code <- "x <- 1:10\nmean(x)"
clipr::write_clip(code)
render_code(code, format = "html")These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.