Mastering Shiny

repository·main·Indexed 23 days ago

https://github.com/hadley/mastering-shiny

Source material for the book Mastering Shiny by Hadley Wickham, built using the bookdown framework.

Tokens
143
Snippets
0
Records
1
Agent score
30%

What's inside mastering-shiny

  1. Understand the image directory structure in Mastering Shiny

    main

    The repository uses three distinct directories for different types of images. When managing or cleaning the repository, note the following source-of-truth rules:

    • diagrams/: Contains Omnigraffle diagrams. The .graffle files are the source of truth. Subdirectories can be safely deleted.
    • screenshots/: Contains programmatic screenshots generated from book code. The book code is the source of truth. Subdirectories can be safely deleted.
    • images/: Contains images created via other methods. These images are the source of truth and should not be deleted.