library(usethis)
library(roxygen2)
library(devtools)
usethis::use_data_raw('plays_text')
usethis::use_data_raw('plays_tokens')
usethis::use_r('master_mind.R')
usethis::use_readme_md()
usethis::use_description()
usethis::use_mit_license(copyright_holder = 'Ruben Hernandez Murillo')
usethis::use_roxygen_md()
usethis::use_pipe(export = TRUE)
usethis::use_package('dplyr')
usethis::use_package('tibble')
usethis::use_package('shiny')
usethis::use_package('shinyjs')
usethis::use_package('DT')
usethis::use_build_ignore('config')
devtools::document()
devtools::load_all()
devtools::check()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.