enhancementgood first issue
Repository metrics
- Stars
- (57 stars)
- PR merge metrics
- (PR metrics pending)
Description
The function for downloading drivers downloadJdbcDrivers has an argument method which is then passed to utils::download.file per the documentation here:
Looking at the documentation for utils::download.file, the method argument will assume a default value of auto but it can be overridden using options(download.file.method = "auto").
So I'd propose we remove the method argument since it prevents users from controlling the behavior of utils::download.file using options and instead we can just note this in the description of the function or link to the utils documentaiton.