High-Performance Open-Source Archive

You can consult the documentation here
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.
devtools::install_github("https://github.com/AlissonRP/fastrep")remotes::install_github("https://github.com/AlissonRP/fastrep")To generate a pdf in Rmarkdown is recommended to use tinytex.
If you don’t have, use:
tinytex::install_tinytex()rmarkdown::draft("namefile.Rmd", template = "fast_report", package = "fastrep")rmarkdown::draft("namefile.Rmd", template = "fast_paper", package = "fastrep", create_dir = FALSE)tbl: This function is used to generate tablesfreq_tbl: This function assists in creating frequency
tables (tibble)cross_tbl: 2x2 table, values can be absolute or
marginal rows using argument marg = TRUEdescribe: Summarize the data.frame
outputting a tibble
Need mirroring services?
Contact our team at info@vpspulse.com.
Mirror powered by VPSpulse
Infrastructure sponsored by VPSPulse & Secure Payments by ArionPay.