I am trying to embed my Tableau dashboard in R markdown. I am using the following code to do the same.
<center><iframe src="https://public.tableau.com/views/WineProductionAroundtheworld/Dashboard1?:embed=y&:display_count=yes"width="800" height="627" frameborder="0"></iframe></center>
I am receiving the error, public tableau.com refused to connect
Can you help me resolve this issue?