CodeAndRoll2

DEV. Packaged version of CodeAndRoll. A collection of custom R functions. Works with MarkdownReports, SeuratUtils but also as a standalone set of more than 130 productivity tools.

CodeAndRoll2

****Package in development****

Packaged version of the core functionalities (vector, matrix and list manipulations; math) of the formerly used CodeAndRoll (v1). A standalone set of more than >130 productivity functions. Used by MarkdownReports, ggExpress, SeuratUtils.

Package Reorganisation Diagram



Installation

Install directly from GitHub via devtools with one R command:

# install.packages("devtools"); # If you don't have it.
require("devtools")
devtools::install_github(repo = "vertesy/CodeAndRoll2")

…then simply load the package:

require("CodeAndRoll2")

Alternatively, you simply source it from the web. This way function help will not work, and you will have no local copy of the code on your hard drive.

source("https://raw.githubusercontent.com/vertesy/CodeAndRoll2/master/CodeAndRoll2/R/CodeAndRoll2.R")



List of Functions