RStudio Improves Connections
Written by Alex Denham   
Monday, 14 August 2017

The next version of RStudio has entered preview, with improvements including a terminal tab, and more flexible API.

Other improvements in R Studio v1.1.331 include easier connections to databases, and an object explorer. RStudio is an integrated development environment (IDE) for R and includes a code console, syntax-highlighting editor, and tools for plotting, history, debugging and workspace management.

The improvements to database connections are via the new Connections tab that can also be used to explore databases and view data in a number of database formats, including any ODBC data source, Spark, and the ability to integrate with other R packages. Connections you make are saved and can be used to connect again more easily.

Another new tab in the studio is the Terminal tab. This provides access to the system shell within the RStudio IDE. Suggested uses include source-control operations, execution of long-running jobs, remote logins, and interactive full-screen terminal applications such as text editors and terminal multiplexers.

 

rstudio

 

 The object explorer has new features to help it explore hierarchical or deeply-nested R objects. It can recursively inspect R lists, environments, functions, S4 objects, and can generate R code that can be used to access a particular item within object. It is also integratedwith the xml2 package for exploration of XML documents.

The RStudio API has also been improved, making it easier to work with RStudio add-ins and packages. The Server Pro version has added support for floating (lease-based) licenses, as well as the ability to use user-defined session labels. and user-initiated session quit and force-terminate. It has also added support for admin-supplied notifications in R sessions. Elsewhere, there are improvements to Data Import, R Markdown, R Notebooks, and Git integration. 

 rlogo

 

More Information

RStudio Preview Release.

Related Articles

RStudio Adds SparklyR Support

 

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

 

Banner


Apache Releases NetBeans 22
02/07/2024

Apache NetBeans 22 has been released. This release has a new Gradle Wizard, upgrades to Java 22 javac, and a number of UI changes.



BusyBeaver(5) Is 47,176,870
03/07/2024

The thing about the BusyBeaver function is that it is very easy to understand, but very difficult to compute. We now know its value up to 5, which isn't much progress for more than 50 years work.


More News

 

kotlin book

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Monday, 14 August 2017 )