Parse dataframe from R to Tableau

374 Views Asked by At

I have been using both R and Tableau for analysis and visualization respectively.

I managed to connect the two using the RServe package. Trouble is that i create a data frame in R (outcome of my analysis) which i save as a csv file and then import it to Tableau.

Is there a way to import the data frame (and data) directly to Tableau?

1

There are 1 best solutions below

0
Jan On

Tableau Pro (and Public, too) can read .Rdata files directly (see https://help.tableau.com/current/pro/desktop/en-gb/examples_statfile.htm). With the savefunction in R you can save the required data frame.