• Developing Data Products
  • Preface
    • 0.1 About this book
  • Introduction
    • 0.2 What is a data product?
    • 0.3 The goal of this book
  • 1 R Markdown
    • 1.1 Introduction to Markdown
    • 1.2 Basic Markdown Syntax
    • 1.3 Putting the R in R Markdown
    • 1.4 Writing and Rendering Documents
    • 1.5 Creating Presentations in R Markdown
    • 1.6 Sharing R Markdown Documents
    • 1.7 Closing Thoughts
  • 2 Shiny
    • 2.1 Installing Shiny
    • 2.2 Your First Shiny App
    • 2.3 More UI Elements
    • 2.4 Inputs and Outputs
    • 2.5 Dynamic UI
    • 2.6 Reactivity
    • 2.7 Interactivity
    • 2.8 Sharing Apps
    • 2.9 Conclusion
    • 2.10 Style and markup
    • 2.11 Different input types
    • 2.12 Making your site interactive
    • 2.13 Putting it all together
    • 2.14 Another example
    • 2.15 Sharing your app
    • 2.16 talk about shiny server later
  • 3 Leaflet
    • 3.1 Getting Started
    • 3.2 Adding Markers
    • 3.3 Drawing
    • 3.4 Conclusion
  • 4 Interactive Graphics
    • 4.1 googleVis
  • 5 Packages
  • 6 Objects
  • 7 Swirl
  • Published with bookdown

Developing Data Products

Chapter 5 Packages

Watch this video before beginning.