Learn R Programming

{rotulador}

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

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")

Copy Link

Version

Install

install.packages('rotulador')

Version

1.0.0

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Tanguy Barthelemy

Last Published

February 2nd, 2026

Functions in rotulador (1.0.0)

render_code

Generate a file with formatted code
get_latex_engine

The latex engine
get_word_template_path

The path to the word template
get_fira_path

The path to the font Fira Code
generate_rmd_file

Generate Rmd file
generate_chunk_header

Generate R chunk header
create_preamble_tex

Create preamble .tex for code font
rotulador-package

rotulador: Useful Functions for Programming and Generating Documents