Forum Discussion
t-atgeor
Microsoft Employee
10 years agoCost Network Corridors
Hi, I would like to visualize cost corridors between a country and its recipient, something saturated and close to the one below (though on a world map): http://www.connectcallglobal.com/wp-conte...
v-haibl-msft
Microsoft Employee
10 years ago
Did you get the error message in RGui? I downloaded R Open from here and just pasted following commands into R Console.
install.packages("maps")
install.packages("geosphere")
install.packages("data.table")
Best Regards,
Herbert
t-atgeor
Microsoft Employee
10 years agov-haibl-msft it has installed the packages successfully in the command window of RGui, however, once going to Power BI, and writing the code down, it is showing the mistake mentioned above.
- v-haibl-msft10 years ago
Microsoft Employee
Did you use the sample table provide by ankitpatira in his blog or use your own data table? You may need to adjust the R script if your table is different from the sample. I’ve tested with the sample table and code, everything worked well.
Best Regards,
Herbert