get_layer_html {arcpullr} | R Documentation |
Pull the HTML body from a web page
Description
Used internally to pull HTML for a layer's web page so that the call
doesn't have to be made twice in get_geometry_type
if the
url provided there is for a raster layer.
Usage
get_layer_html(url)
Arguments
url |
Character. The URL of the web page |
Value
A character string of the HTML body
[Package arcpullr version 0.2.9 Index]