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
TRUEor should the URL be skippedFALSE?- ignore_fails
normally the function errors raw content for a URL can't be parsed. Setting to
TRUEignores all parsing errors (use with caution).- verbose
FALSEturns deliver silent.TRUEprints status messages and a progress bar on the screen.2Lturns on debug mode. IfNULLwill be determined fromgetOption("paperboy_verbose").- ...
Passed on to pb_collect.