RStudio Snippets
No Clocks
Databases using R
ConnectionStrings.com - Forgot that connection string? Get it here!
All connection strings in one place. Find the syntax for your database connection using ADO.NET, ADO, ODBC, OLEDB, C#, VB, VB.NET, ASP.NET and more.
r-dbi/odbc: Connect to ODBC databases (using the DBI interface)
Connect to ODBC databases (using the DBI interface) - r-dbi/odbc
Securing Credentials
Spelling Dictionaries – RStudio Support
Spelling Dictionaries Overview RStudio uses the Hunspell engine for spell-checking on Linux and Windows. Hunspell is also used by a wide-variety of other products including Chrome, Firefox, and L...
Comment Headers in RStudio Sources – RStudio Support
Starting from RStudio 1.2.937, the following file sources support custom commands while sourcing them: R, D3 and SQL file sources. This is accomplished by specifing a !source or !preview comment he...
Rstudioaddins
Using the RStudio Terminal – RStudio Support
This article has been updated to reflect the RStudio terminal feature as of version 1.3.1056-1. General Usage Introduction Getting Started Multiple Terminals Terminal Names Execute in Terminal B...
Installing and Configuring Python with RStudio – RStudio Support
The following steps represent a minimal workflow for using Python with RStudio Connect via the reticulate package, whether you are using the RStudio IDE on your local machine or RStudio Server Pro....
Using RStudio Themes – RStudio Support
Switching Themes Modern Theme Sky Theme Dark Theme Classic Theme Custom Editor Themes Themes API Switching Themes RStudio provides support for three global themes that customize RStudio's user int...
Code Snippets – RStudio Support
Overview Code snippets are text macros that are used for quickly inserting common snippets of code. For example, the fun snippet inserts an R function definition: If you select the snippet from th...
Configuring R to Use an HTTP or HTTPS Proxy – RStudio Support
If your networking environment requires outbound network connections to go through a HTTP or HTTPS proxy, you should configure R to use the proxy for all downloads. The R documentation for the dow...
Using the RStudio IDE – RStudio Support
Basic usage of the RStudio IDE
Using RStudio Server in Windows WSL2 – RStudio Support
Author: JooYoung Seo Table of Contents Introduction Prerequisite WSL Setup Linux Distribution Setup RStudio Server Setup Removing RStudio Server Upgrading RStudio Server Introduction This articl...
Using RStudio Server in Windows WSL2 – RStudio Support
Author: JooYoung Seo Table of Contents Introduction Prerequisite WSL Setup Linux Distribution Setup RStudio Server Setup Removing RStudio Server Upgrading RStudio Server Introduction This articl...
Secure Package Downloads for R – RStudio Support
Overview Traditionally installing packages from CRAN has used standard HTTP connections without encryption. However, it’s now possible to install packages from CRAN using encrypted HTTPS connection...
Debugging with RStudio – RStudio Support
Introduction Entering debug mode (stopping) Stopping on a line Stopping when a function executes Stopping when an error occurs Using the debugger Environment pane Code window Console Debuggin...
Using RStudio Server with Microsoft R Server for Cloudera – RStudio Support
When you load the RevoScaleR package in Microsoft R Server, you must set certain environment variables to work with your Cloudera cluster. You can set these environment variables at start up by inc...
Changing R versions for RStudio desktop – RStudio Support
RStudio requires R version 3.0.1 or higher. Since R versions can be installed side-by-side on a system, RStudio needs to select which version of R to run against. The way this occurs varies between...
executable - R.exe, Rcmd.exe, Rscript.exe and Rterm.exe: what's the difference? - Stack Overflow
I'm struggling with the different R executables. What exactly is the difference between R.exe (with or without CMD BATCH option), Rcmd.exe, Rscript.exe and Rterm.exe when running command line in a ...
How to run R scripts from the command line – RStudio Support
Running R scripts from the command line can be a powerful way to: Automate your R scripts Integrate R into production Call R through other tools or systems There are basically two Linux command...
Strategies for connecting Shiny applications to databases – RStudio Support
Broadly speaking, there are two strategies for connecting a shiny application to a database using secure authentication. The first is running the application as a service account. The second is run...
Keyboard Shortcuts – RStudio Support
Keyboard Shortcuts This information is available directly in the RStudio IDE under the Tools menu: Tools → Keyboard Shortcuts Help. Shortcuts in this article last updated for RStudio IDE version ...
rstudio/rscrypt: scrypt cryptographic functions for R
scrypt cryptographic functions for R. Contribute to rstudio/rscrypt development by creating an account on GitHub.
r - Shiny Server on NGINX with SSL - Stack Overflow
I have a Shiny Server, R 'shiny' package v7.0, NGINX and 3rd party SSL certificate set up on Ubuntu 12.04 64bit system. Everything worked fine when using http, but after I set up a SSL reverse prox...
ssl - Login via websocket - is this safe? - Stack Overflow
On webpage (with https) Client connects to server with websocket (secure wss over TSL) Server send 'ready-for-user-and-password'-message User enters info and Client sends it Server validates and a...
Shiny Server v1.4.0 Configuration Reference
Running Shiny Server with a Proxy – RStudio Support
Shiny Server: Running with a Proxy Overview If you are running Shiny Server behind a proxy server you need be sure to configure the proxy server so that it correctly handles all traffic to and from...
skranz/shinyEventsLogin: Login Module for ShinyEvents Apps
Login Module for ShinyEvents Apps. Contribute to skranz/shinyEventsLogin development by creating an account on GitHub.