Skip to content

TractorTom/rotulador

Repository files navigation

{rotulador}

CRAN status

R-CMD-check Test coverage CodeFactor lint GH Pages built

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.

Installation

🎉 {rotulador} is now available on CRAN! 🎉

To install it, you have to launch the following command line:

install.packages("rotulador")

You can install the development version of {rotulador} from GitHub with:

# install.packages("remotes")
remotes::install_github("TractorTom/rotulador")

Example

Formating code top include in a document:

library("rotulador")

code <- "x <- 1:10\nmean(x)"
clipr::write_clip(code)
render_code(code, format = "html")

About

Format code for pdf, html or office

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Packages

 
 
 

Contributors