pepijn-devries / CopernicusMarine

Subset and download marine data from EU Copernicus Marine Service Information. Import data on the oceans physical and biogeochemical state from Copernicus into R without the need of external software.
https://pepijn-devries.github.io/CopernicusMarine/
GNU General Public License v3.0
24 stars 3 forks source link

Add the `quiet` option available #19

Open LuisLauM opened 9 months ago

LuisLauM commented 9 months ago

Your package is excelent and very useful. I would just suggest to leave the quiet option available for the user in order not to fill out the console with multiple messages when on an intensive routine of downloadings.

pepijn-devries commented 9 months ago

Hi @LuisLauM,

Thank you for your feed back. Note that quiet was never an option in this package. I'm not sure whether I want to add additional arguments, as they can already be overwhelming. I'll leave this comment open to see if anyone else feels the same as you. Note that you can already suppress messages using suppressMessages (see https://adv-r.hadley.nz/conditions.html).