This is a place to store content for internal testing & demos. Please keep things organized and well documented in this README file.
-
Data Files - Place to store example data files. E.g. csv, parquet.
-
Utilities - A collection of utilities used to create test data.
-
Workspaces - Example workspaces/projects.
In the root of the repository, there are 2 dependency files:
-
requirements.txt
- Python packages needed for the Workspacespip install -r requirements.txt
-
DESCRIPTION
- R packages needed for the WorkspacesRscript -e "pak::local_install_dev_deps(ask = FALSE)"