RobertMyles / tidyRSS

An R package for extracting 'tidy' data frames from RSS, Atom and JSON feeds
https://robertmyles.github.io/tidyRSS/
Other
82 stars 20 forks source link

hid warning message output of tidyfeed() #75

Closed lgnbhl closed 1 year ago

lgnbhl commented 1 year ago

Hi,

Thank you very much for this great R package.

Would it be possible to add an argument to hid the warning message output of the tidyfeed() function? The warning message output is quite annoying when using the function within a loop.

Best, Felix

RobertMyles commented 1 year ago

What message? You can use SuppressWarnings() in R if you want to hide warnings.