Concepts & Mental Models#

These pages help you build a correct mental model for the R workflow:

  • What is an “export folder”?

  • How does data move from R → disk → browser?

  • What makes two exports “the same dataset” for sharing and reproducibility?

Note

If you just want to export something quickly, you can skip to Quick Start (3 Levels). If you are debugging confusing behavior, these concept pages are worth reading.

Recommended reading order

  1. What Is an Export Folder?

  2. Data Flow: R → Export → Browser

  3. Dataset Identity and Reproducibility

Export Folder

What gets written, why there are many small files, and how the viewer uses manifests.

What Is an Export Folder?
Data Flow

The three viewing modes: local file picker, local static server, and hosted exports.

Data Flow: R → Export → Browser
Dataset Identity

How dataset_identity.json affects sharing, sessions, and reproducibility.

Dataset Identity and Reproducibility