R integration with Tableau -


i facing difficulty in integrating r tableau. when created calculated field asking rserve package in r , not alowing drag field worksheet. have installed package still shows error saying "error occurred while communicating resrve service.tableau unable connect service.verify server running , have access privileges"

any inputs. thank

you need start rserve. if install rserve package, run (on rgui, rstudio or wherever run r scripts)

> library(rserve) > rserve() 

you can test connection rserve on tableau, on help, settings , performance, manage r connection.


Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

visual studio 2010 - Connect to informix database windows form application -

android - Associate same looper with different threads -