Learn R Programming

bggAnalytics (version 0.2.1)

.bgg_readurl: Safely scrap HTML website

Description

Opens the connection with curl and closes in case of error. Returns more unambiguous error messages.

Usage

.bgg_readurl(url, ...)

Value

A parsed XML.

Arguments

url

a single string, an URL to a given website.

...

other arguments passed to read_html.