phdcocktail is a collection of functions I wrote during my PhD. These functions help: i) effortlessly transform collected data into a publication-ready format, ii) generate insightful visualizations from clinical data, iii) report summary statistics in a publication-ready format, iv) efficiently export, save and reload R objects within the framework of R projects.
Installation
You can install the most recent released version of phdcocktail
with the following code:
install.packages("phdcocktail")
You can also install the development version of phdcocktail
with:
install.packages("devtools")
devtools::install_github("DahhamAlsoud/phdcocktail")