1)Open up R Studio
2)
Type the following script (keep in mind that R is case sensitive):
install.packages("Rserve")
//when prompted,
choose a mirror to install this library from
library(Rserve)
Rserve() //to
run Rserve()
window should look similar to this:
3) Open Tableau
4) Select Help>Settings and Performance>Manage R Connection…
5) Specify the following and select OK
6)Test Connection and Check whether it is successful(or) not.
Thanks Guru's,
Prazval.ks