Adds model (de)chunker. This R script has two main functions, model_split()
and model_cat()
which can be used to break apart a large text file into multiple smaller chunks, allowing for committing to GitHub without using LFS. The script also includes helper functions for making the (de)chunker work correctly.