The data set list table in the README file should contain a column "topic" that contains keywords describing the topic that can be taught/explained.
Example: "Non-linear" for cement, "Two-way ANOVA" for weight, "Geocoding" for water, "Poisson" or "GLM" for interval, ...
If this is successfully implemented the next step would be to implement a single function find_topic() that would list the datasets related to a given topic using nice cli-style formatting.
Example: Weight (13 X 2): Weight gain in rats (+ link to online documentation if possible)
The data set list table in the README file should contain a column "topic" that contains keywords describing the topic that can be taught/explained.
Example: "Non-linear" for cement, "Two-way ANOVA" for weight, "Geocoding" for water, "Poisson" or "GLM" for interval, ...
If this is successfully implemented the next step would be to implement a single function
find_topic()that would list the datasets related to a given topic using nicecli-style formatting.Example: Weight (13 X 2): Weight gain in rats (+ link to online documentation if possible)