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:
You can install packages directly from GitLab with a couple R lines of code.
#Installing from Gitlab if you have ssh key set up
cred = git2r::cred_ssh_key(
publickey = "MYPATH/.ssh/id_rsa.pub",
privatekey = "MYPATH/.ssh/id_rsa")
devtools::install_git(
"git@gitlab.moffitt.usf.edu:ReproducibleResearch/MoffittFunctions.git",
credentials = cred,
build_opts = NULL)
# Installing from GitHub
remotes::install_git("https://github.com/z2thet/MoffittFunctions", build_opts = NULL)
# 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.