Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

How can I configure Tableau to use Revolution R?


View products that this article applies to.

Tableau will need to communicate with Revolution R using an R package named 'Rserve'. You iwll first need to install and initiate Rserve

from the R command line by entering:

  install.packages("Rserve"); library(Rserve); Rserve()

Next, you will want to configure your connection via the Tabeleau 'Help' menu by choosing "Manage R connection".

For more information, we recommend consulting this blog post:

http://www.tableausoftware.com/about/blog/2013/10/tableau-81-and-r-25327

↑ Back to the top


Keywords: kb

↑ Back to the top

Article Info
Article ID : 3103793
Revision : 1
Created on : 1/7/2017
Published on : 11/1/2015
Exists online : False
Views : 79