A data.frame with all the news for the respective data base.
Arguments
database
Character. The data base for which the 'News' items should be returned ('agsi' or 'alsi').
html_parsed
Logical. Some of the columns in the resulting data.frame might contain HTML
tags and other encodings. If set to 'TRUE', this parameter will result in the respective column
values being decoded so there are no HTML residuals left. This requires the 'rvest' package to be installed and loaded.
Defaults to 'FALSE'.