Skip to content

thedbcooper/bslib-shiny-learn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

R Shiny bslib dashboard

Source: Towards easy, delightful, and customizable dashboards in Shiny for R with {bslib}

Setup

  1. Clone the project from GitHub into a local folder
  2. Create a new project in RStudio by:
    1. Opening RStudio -> Clicking File -> New Project -> Existing Directory -> Selecting folder with cloned project -> Create Project
  3. If {renv} does not bootstrap/install itself, install manually using install.packages("renv")
  4. Restore R environment by running the following line of code in the R Console: renv::init() -> Choose option 1 to restore project
  5. Click on app.R in Files pane to open the source script
  6. Click "Run App" (Button near usual "Run" button)

{renv} documentation: Collaborating with renv

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages