This function will determine the website of the urls given to it and call the appropriate webscraper.
Arguments
- x
Either a vector of URLs or a data.frame returned by pb_collect.
- try_default
if no parser is available, should a generic parser be used
TRUE
or should the URL be skippedFALSE
?- ignore_fails
normally the function errors raw content for a URL can't be parsed. Setting to
TRUE
ignores all parsing errors (use with caution).- verbose
FALSE
turns deliver silent.TRUE
prints status messages and a progress bar on the screen.2L
turns on debug mode. IfNULL
will be determined fromgetOption("paperboy_verbose")
.- ...
Passed on to pb_collect.