Closed joethorley closed 8 years ago
The problem with throwing an error is that it breaks scripts unless the user calls it with
try(download_historic_data())
A NULL or TRUE value with an informative message would not cause this problem
Good point, thanks.
The problem with throwing an error is that it breaks scripts unless the user calls it with
A NULL or TRUE value with an informative message would not cause this problem