Description
Build Structured Data Frame Subtypes.
Description
Provides developer-focused helper functions and S3 classes to ease the creation of structured subtypes of data frames. Developers can require certain columns and types to be present, and can enforce crossing and nesting relationships between values in different columns. Type-specific metadata and attributes are preserved through common data frame manipulations.
README.md
schmear 
Provides developer-focused helper functions and S3 classes to ease the creation of structured subtypes of data frames which require certain columns and types to be present, and which preserve special attributes through common data frame manipulations.
Installation
You can install the released version of schmear from CRAN with:
install.packages("schmear")
You can install the development version from GitHub with:
# install.packages("pak")
pak::pak("CoryMcCartan/schmear")