EVOLUTION-MANAGER
Edit File: download_map_data.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: Helper function to download the map data form a url</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="R.css" /> </head><body> <table width="100%" summary="page for download_map_data {highcharter}"><tr><td>download_map_data {highcharter}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Helper function to download the map data form a url</h2> <h3>Description</h3> <p>The urls are listed in <a href="https://code.highcharts.com/mapdata/">https://code.highcharts.com/mapdata/</a>. </p> <h3>Usage</h3> <pre> download_map_data(url = "custom/world.js", showinfo = FALSE, quiet = FALSE) </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>url</code></td> <td> <p>The map's url.</p> </td></tr> <tr valign="top"><td><code>showinfo</code></td> <td> <p>Show the properties of the downloaded map to know how are the keys to add data in <code>hcmap</code>.</p> </td></tr> <tr valign="top"><td><code>quiet</code></td> <td> <p>Boolean parameter to turn off download messages (on by default).</p> </td></tr> </table> <h3>See Also</h3> <p><code><a href="hcmap.html">hcmap</a></code> </p> <h3>Examples</h3> <pre> ## Not run: mpdta <- download_map_data("https://code.highcharts.com/mapdata/countries/us/us-ca-all.js") mpdta <- download_map_data("https://code.highcharts.com/mapdata/countries/us/us-ca-all.js", quiet = TRUE ) str(mpdta, 1) ## End(Not run) </pre> <hr /><div style="text-align: center;">[Package <em>highcharter</em> version 0.9.4 <a href="00Index.html">Index</a>]</div> </body></html>