Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 1.63 KB

File metadata and controls

39 lines (33 loc) · 1.63 KB

Vanderbilt Code Library

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.


Repository Structure

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

License

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.

AI Notice

Some documentation has been generated or supplemented through the use of AI. Any other use is specified in code comments.