| Command | Title | Category |
|---|---|---|
r.createProject |
R: Create Project | R |
r.formatDocument |
R: Format Document | R |
r.insertAssignmentOperator |
R: Insert Assignment Operator ( <- ) | R |
r.installRPackages |
R: Install R Packages | R |
r.openConsole |
R: Open Console | R |
r.restartLanguageServer |
R: Restart Language Server | R |
r.validateProjectFiles |
R: Validate Project Files | R |
- Get Started with R — From your first line of R to a shareable report.
Search for extension in the VS Code Marketplace, or run:
ext install Solus.extensionThese settings apply to the whole window and are configured via settings.json:
| Key | Default Value | Possible Values | Description |
|---|
These settings can be overridden per workspace via settings.json:
| Key | Default Value | Possible Values | Description |
|---|---|---|---|
R.format.enable |
true |
true | false |
Format .R files on save using styler. |
R.rpath.executable |
`` | <string> |
Path to the R executable. Leave empty to auto-detect. |
R.showCreateRProjectInWelcomePage |
true |
true | false |
Show the "Create R Project" welcome content in the Explorer when no folder is open. |
MIT