Description Usage Arguments Value Examples
Report errors encountered during nhl_get_data
1 | util_report_get_data_errors(x, reporter = log_e, ...)
|
x |
|
reporter |
|
... |
further arguments passed to |
character()
, URLs for which the retrieval
resulted in an error, invisibly. Optional side-effects.
1 2 3 4 5 6 7 8 9 10 | ## Not run:
# Write errors to a temporary text file
tmpFile <- tempfile()
util_report_get_data_errors(
nhl_get_data(nhl_url_players(c("none", "8451101", "some"))),
reporter = writeLines,
con = tmpFile
)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.