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
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