Skip to content

Usage Data#

Documents and Applications#

RStudio Connect records visits to deployed content and lets you see:

  • Which content was viewed
  • When the content wasviewed
  • Who viewed the content

An overview of recent activity is available in the RStudio Connect dashboard. See the Content Settings Panel chapter to learn more.

Details about each visit are available through the Instrumentation APIs. Use these records to perform your own analysis. Code examples showing how to obtain this data can be found in the User Activity section of the RStudio Connect: Server API Cookbook.

Shiny Applications#

Connect records visits to Shiny applications and lets you see:

  • Which applications were viewed
  • When the applications were viewed
  • Who viewed the application
  • The length of each session

An overview of recent activity is available in the RStudio Connect dashboard. See the Content Settings Panel chapter to learn more.

Details about each visit are available through the Instrumentation APIs. Use these records to perform your own analysis. Code examples showing how to obtain this data can be found in the User Activity section of the RStudio Connect: Server API Cookbook.