caroline: A Collection of Database, Data Structure, Visualization, and Utility Functions for R.
(this Rmarkdown file is currently unused and under development and exists for example purposes only)
Citation
If you'd like to cite 'caroline', please cite as follows:
"David M. Schruth (2026) "caroline A Collection of Database, Data Structure, Visualization, and Utility Functions for R.", "Comprehensive R Archive Network", "https://CRAN.R-project.org/package=caroline")
Installation
Install the stable release from CRAN:
install.packages("caroline")Or install directly from github using devtools
library(caroline)Usage
See the online package vignette for more examples:
browseVignettes("caroline")Take a look at the built-in data:
head(treeloss)Basic sparge plot using built-in data:
plot.sparge(treeloss)Get help:
?n
?nv
?pct
?nerge
?tab2df
?sstable
?groupBy
?bestBy
?sparge
?heatmatrix
?confound.gridNotes
- This package has been purposefully simplified for the sake of maintainability and to reduce dependence on other more distantly complex uni-'verses' of code.