MoffittFunctions is a collection of useful functions designed to assist in analysis and creation of professional reports. The current MoffittFunctions functions can be broken down to the following sections:
# Installing from GitHub
remotes::install_git("https://github.com/wfulp/MoffittFunctions")
# Loading MoffittFunctions and Example Dataset
library(MoffittFunctions)
data("Bladder_Cancer")
The MoffittTemplates package makes extensive use of the MoffittFunctions
package, and is a great way get started making professional statistical reports.