Learn R Programming

fastrep

Documentation

You can consult the documentation here

Overview

Whenever I created a file in Rmarkdown, there was a pattern of necessary packages and functions that I almost always used.
So this package provides a template for pdf reports in Rmarkdown and quite usual functions, note that it is a package more aggregator than creator.

Installation

devtools::install_github("https://github.com/AlissonRP/fastrep")
remotes::install_github("https://github.com/AlissonRP/fastrep")

Recommendation

To generate a pdf in Rmarkdown is recommended to use tinytex. If you don't have, use:

tinytex::install_tinytex()

Use of default template

rmarkdown::draft("namefile.Rmd", template = "fast_report", package = "fastrep")

Use of paper template

rmarkdown::draft("namefile.Rmd", template = "fast_paper", package = "fastrep", create_dir = FALSE)

Functions available

  • tbl: This function is used to generate tables
  • freq_tbl: This function assists in creating frequency tables (tibble)
  • cross_tbl: 2x2 table, values can be absolute or marginal rows using argument marg = TRUE
  • describe: Summarize the data.frame outputting a tibble

Copy Link

Version

Install

install.packages('fastrep')

Monthly Downloads

219

Version

0.7

License

GPL

Maintainer

Alisson Rosa

Last Published

September 12th, 2022

Functions in fastrep (0.7)

cross_tbl

cross_tbl
describe

describe
tab

tab
tbl

tbl
%>%

Pipe operator
rep_citation

citation How to cite fastrep in your publications!
rep_na

rep_na
freq_tbl

freq_tbl
reexports

Objects exported from other packages