How to Download and Install R, RStudio, Anaconda on Mac/Windows. Details Last Updated: 01 November 2018. Step 1) Enter command to install R Studio in the Anaconda prompt. Difference between Data Mining and Data Warehouse. RStudio Desktop is an R IDE that works with the version of R you have installed on your local Windows, Mac OS X, or Linux workstation. RStudio Desktop is a standalone desktop application that in no way requires or connects to RStudio Server.
There is different output of R eurostat library on Windows and Linux/Mac RStudio.
While Linux/Mac downloads variables as texts (factors), Windows returns only factors id as integer.
How To Download R Studio For Windows 10
Try this code please:
This is result on Linux/Mac RStudio:
Windows RStudio returns this result:
Do you know how to change it on Windows?
1 Answer
Solution: Install development version from github:
Function get_eurostat() contains stringsAsFactors = default.stringsAsFactors()
parameter and it works now.