Matthew C. Vanderbilt, MSBA
This repository is a multi‑language code library monorepo containing reusable tools, teaching materials, and utilities across R, Python, SQL, and other technologies. It is designed to support analytics, data science instruction, reproducible research, and operational workflows.
NOTE: Migration to GitHub in progress.
code-library/
│
├── code-library.Rproj # Single RStudio project for the entire monorepo
|
├── data/ # Generated, sample, and reference datasets
│
├── docs/ # Documentation and teaching materials
│
├── python/ # Python modules and utilities
│
├── r/ # All R packages live here
│ ├── bayesToolkit/ # Bayes' Theorem calculation package
| ├── functions/ # Miscellaneous reusable functions and code snippets
| ├── objects/ # Deprecating
│ └── ...
│
├── scripts/ # Executable scripts and automatio
│
├── sql/ # SQL scripts and transformations
│
└── scripts/ # Executable scripts and automation
This repository contains a primary LICENSE, while individual components may be provided under different license. See subfolder LICENSE and/or DESCRIPTION files for details. Where not otherwise noted, the primary LICENSE applies.
Some documentation has been generated or supplemented through the use of AI. Any other use is specified in code comments.