AzureAppInsights-package {AzureAppInsights} | R Documentation |
Azure Application Insights for web pages
Description
Add Azure Application Insights tracking to a Shiny App. Requires an active Azure subscription and Application Insights instrumentation key! Based on https://docs.microsoft.com/en-us/azure/azure-monitor/app/javascript / https://github.com/microsoft/ApplicationInsights-JS.
Details
Documentation in this page will be limited, as most is explained on the main page.
Supports so far only
pageViews
(automatically sent),
autoTrackPageVisitTime
(when configured with config
),
customEvents
(see trackEvent
).
Author(s)
Stefan McKinnon Edwards <smhe@kamstrup.dk>
See Also
Useful links:
Report bugs at https://github.com/stefanedwards/AzureAppInsights/issues
[Package AzureAppInsights version 0.3.1 Index]