Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Usage notes for av_get() #26

Open
IanWorthington opened this issue Oct 12, 2022 · 0 comments
Open

Usage notes for av_get() #26

IanWorthington opened this issue Oct 12, 2022 · 0 comments

Comments

@IanWorthington
Copy link

IanWorthington commented Oct 12, 2022

  1. av_get() is very noisy, due to the a call to readr::read_csv()

The console output from this call can be suppressed by a call to:

options(readr.show_col_types=FALSE)

  1. Very occasionally an av_get() will stall. It /may/ be possible to escape the stall by calling first something like:

httr::set_config( httr::timeout(15) )

which gives it 15 seconds to do its thing before it throws an error.

(I'm not sure curl can escape from all stalls, but this at least might give it a chance?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant