knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
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 threads 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()
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
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.