This is an R package to help me more efficiently process and analyze student data.
To install this package, you can execute the following code:
# install.packages("devtools")
devtools::install_github("christian-million/researchR")
Let me know if you do this, cause I've never done it.
[X] Create README
[ ] Identify areas to reduce dependencies
[ ] Use as an opportunity to learn more about base R
[ ] Won't break when accidentally update dependency
[ ] Clean up Term disaster
[ ] Too many functions / vectors that all do similar things. Consolidate.
[ ] Generalize term_active("recent") to go back n
terms.
[ ] Replace temp_dir()
with something more stable
[ ] Keep on the lookout for callr
issue 95 to resolve for more stable qry_eds
func.
[ ] persistence()
arguments are confusing. Make a calc_persistence and/or ind_persistence? Append vs. Summarise?
[ ] Document all functions and create useful examples.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.