Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1.43 KB

README.md

File metadata and controls

52 lines (36 loc) · 1.43 KB

mentordash

Lifecycle: experimental

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!

Installation

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")

Example

library(mentordash)
run_app(local = TRUE)

Contributing

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.