The goal of mentordash is to create a dashboard for mentors at the Data Science Learning Community. Thank you to yonicd for a great deal of work in the slackthreads package!
The dashboard is now deployed!
You can install the released version of mentordash from CRAN with:
# Nope.
# install.packages("mentordash")
And the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("r4ds/mentordash")
library(mentordash)
run_app(local = TRUE)
Please note that the ‘mentordash’ project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.
We roughly follow the tidyverse style
guide, with the exception that we borrow
the Google convention of prefixing unexported functions with “.”. For
example, while golem defaults to app_ui
for the main unexported UI
function, we renamed this to .ui_main
.