You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In R, an htmlwidget is written in HTML and can be presented in a web browser.
For example, the following image demonstrates an interactive graphics created by
plotly:
Browser viewer
Interactive shiny apps can be displayed in VS Code. The following is an example
created by
shiny::runExample("01_hello")
For security reasons, the VS Code WebView has security limitations on its
capability of accessing external resources over a network. For more details,
visit
WebView API.
If you encounter a problem loading a webpage in a browser viewer, you may try
viewing the web page in an external web browser.
Help viewer
The web pages in R documentation can be viewed in the help viewer. Syntax
highlighting and link navigation are supported.
Help viewer could be revealed via ?symbol in R terminal, or from the
Help pages viewer
in the
sidebar,
or via command R: Open help for selection in either command palette or context
menu in the editor.