gie_getnews | R Documentation |
A function that conveniently outputs all 'News' items published by GIE with regards to AGSI+ or ALSI+ platforms
gie_getnews(database, html_parsed = FALSE, apikey = Sys.getenv("GIE_APIKEY"))
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 |
apikey |
Character. Your personal API key. |
A data.frame with all the news for the respective data base.
## Not run:
news <- gie_getnews(database = "alsi", html_parsed = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.