Tableau - Do it Yourself Tutorial - Connecting to R Server -DIY - 38 of 50

Опубликовано: 28 Октябрь 2024
на канале: BharatiDWConsultancy
6,565
31

Integrate Tableau with R
Tableau - Do it Yourself(DIY) Tutorial - Connecting to R Server -DIY# 38 of 50
by
Bharati DW Consultancy
cell: +1-562-646-6746 - Cell & Whatsapp
email: [email protected]
[email protected]
website: http://bharaticonsultancy.in/

Tableau integration with R.
Tableau Predictive analysis on R

Tableau Do it Yourself - Connecting to R Server -DIY# 38 of 50
Steps:
#1: Goto google.com, search and Install R, and then open RConsole.
#2: Run this command
install.packages("Rserve")
You will be asked to select a mirror
-------------something like this may be

Installing package into ‘C:/Users../R/win-library/3.2’
(as ‘lib’ is unspecified)
-- Please select a CRAN mirror for use in this session --
#3: Once downloaded, run this command, to initiate Rserve library
library(Rserve)

#4: Run this command
Rserve()
#5 Goto Tableau:
Help -- Settings and Performance -- Manage External Service connections
#6 Type localhost - port 6311 default, and Test the connection.