<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Map with connecting lines in R Script Showcase</title>
    <link>https://community.fabric.microsoft.com/t5/R-Script-Showcase/Map-with-connecting-lines/m-p/80294#M71</link>
    <description>&lt;P&gt;&lt;STRONG&gt;Description&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;This visual uses Maps package and Geosphere package to draw a map of Australia and dots on that map finally connecting them with lines. Using sample migration statistics data from different cities within Australia to the city of Melbourne, R visual shows the trend of migration by color coding the lines and shading higher count cities on top of the lower ones.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Prerequisites&lt;/STRONG&gt; (The sample .pbix files won't work without installing the following)&lt;/P&gt;&lt;P&gt;1. Install R Engine&lt;/P&gt;&lt;P&gt;Power BI does not include the R engine. &amp;nbsp;Therefore, a seperate installation is required to install R on your local computer. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Required R Packages&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Maps&lt;/P&gt;&lt;P&gt;Geosphere&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Tested on&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;MRO 3.3.1, CRAN 3.3.1&lt;/P&gt;</description>
    <pubDate>Thu, 20 Oct 2016 08:26:53 GMT</pubDate>
    <dc:creator>ankitpatira</dc:creator>
    <dc:date>2016-10-20T08:26:53Z</dc:date>
    <item>
      <title>Map with connecting lines</title>
      <link>https://community.fabric.microsoft.com/t5/R-Script-Showcase/Map-with-connecting-lines/m-p/80294#M71</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Description&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;This visual uses Maps package and Geosphere package to draw a map of Australia and dots on that map finally connecting them with lines. Using sample migration statistics data from different cities within Australia to the city of Melbourne, R visual shows the trend of migration by color coding the lines and shading higher count cities on top of the lower ones.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Prerequisites&lt;/STRONG&gt; (The sample .pbix files won't work without installing the following)&lt;/P&gt;&lt;P&gt;1. Install R Engine&lt;/P&gt;&lt;P&gt;Power BI does not include the R engine. &amp;nbsp;Therefore, a seperate installation is required to install R on your local computer. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Required R Packages&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Maps&lt;/P&gt;&lt;P&gt;Geosphere&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Tested on&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;MRO 3.3.1, CRAN 3.3.1&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2016 08:26:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/R-Script-Showcase/Map-with-connecting-lines/m-p/80294#M71</guid>
      <dc:creator>ankitpatira</dc:creator>
      <dc:date>2016-10-20T08:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: Map with connecting lines</title>
      <link>https://community.fabric.microsoft.com/t5/R-Script-Showcase/Map-with-connecting-lines/m-p/81130#M72</link>
      <description>&lt;P&gt;this is so cool Ankit!&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2016 21:19:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/R-Script-Showcase/Map-with-connecting-lines/m-p/81130#M72</guid>
      <dc:creator>Sharon</dc:creator>
      <dc:date>2016-10-21T21:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: Map with connecting lines</title>
      <link>https://community.fabric.microsoft.com/t5/R-Script-Showcase/Map-with-connecting-lines/m-p/92623#M95</link>
      <description>&lt;P&gt;Hi Ankit,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This visual is&amp;nbsp;very impressive. If you consider to convert this or some of your other R-visuals to R-powered-custom visuals, out team will be happy to assist you.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The visibility of R-powered custom visuals is greater and it is not limited for R-users.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Nov 2016 10:53:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/R-Script-Showcase/Map-with-connecting-lines/m-p/92623#M95</guid>
      <dc:creator>boefraty</dc:creator>
      <dc:date>2016-11-22T10:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: Map with connecting lines</title>
      <link>https://community.fabric.microsoft.com/t5/R-Script-Showcase/Map-with-connecting-lines/m-p/179348#M181</link>
      <description>&lt;P&gt;To get this R visual script to work, users will need to add the following commands before the two libray function calls:&lt;/P&gt;&lt;P&gt;install.packages("maps")&lt;BR /&gt;install.packages("geosphere")&lt;/P&gt;</description>
      <pubDate>Sun, 21 May 2017 07:00:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/R-Script-Showcase/Map-with-connecting-lines/m-p/179348#M181</guid>
      <dc:creator>paul_turley</dc:creator>
      <dc:date>2017-05-21T07:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: Map with connecting lines</title>
      <link>https://community.fabric.microsoft.com/t5/R-Script-Showcase/Map-with-connecting-lines/m-p/185137#M190</link>
      <description>&lt;P&gt;Hi Ankitpatira,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for the visual. Really great one.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;Can we install these packages before even having R installed? and sorry for the question but... how do we install packages?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for your help&lt;/P&gt;&lt;P&gt;/Jose Miguel&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2017 08:46:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/R-Script-Showcase/Map-with-connecting-lines/m-p/185137#M190</guid>
      <dc:creator>JoseMiguelPR</dc:creator>
      <dc:date>2017-05-31T08:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: Map with connecting lines</title>
      <link>https://community.fabric.microsoft.com/t5/R-Script-Showcase/Map-with-connecting-lines/m-p/213199#M203</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="30344" data-lia-user-login="JoseMiguelPR" class="lia-mention lia-mention-user"&gt;JoseMiguelPR&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You need R engine installed to run R in Power BI. You can use any R IDE (like RStudio) to install packages&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See more here:&amp;nbsp;&lt;BR /&gt;&lt;A href="https://powerbi.microsoft.com/en-us/documentation/powerbi-desktop-r-scripts/" target="_self"&gt;https://powerbi.microsoft.com/en-us/documentation/powerbi-desktop-r-scripts/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2017 14:25:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/R-Script-Showcase/Map-with-connecting-lines/m-p/213199#M203</guid>
      <dc:creator>boefraty</dc:creator>
      <dc:date>2017-07-17T14:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: Map with connecting lines</title>
      <link>https://community.fabric.microsoft.com/t5/R-Script-Showcase/Map-with-connecting-lines/m-p/344982#M253</link>
      <description>&lt;P&gt;Could you please include the files used in R Get Data Script.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cities.csv, migrations.csv&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2018 04:23:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/R-Script-Showcase/Map-with-connecting-lines/m-p/344982#M253</guid>
      <dc:creator>gurukpm</dc:creator>
      <dc:date>2018-01-25T04:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: Map with connecting lines</title>
      <link>https://community.fabric.microsoft.com/t5/R-Script-Showcase/Map-with-connecting-lines/m-p/344988#M254</link>
      <description>&lt;P&gt;Could you also add the Get Data R Script support files (Cities.csv,&amp;nbsp;migrations.csv).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2018 04:39:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/R-Script-Showcase/Map-with-connecting-lines/m-p/344988#M254</guid>
      <dc:creator>gurukpm</dc:creator>
      <dc:date>2018-01-25T04:39:28Z</dc:date>
    </item>
  </channel>
</rss>

