| get_source_data_rss | R Documentation |
Download an RSS feed and return a normalized item-level data.table.
get_source_data_rss(
feed_id,
url,
parser = c("plain", "gdpnow"),
ca_bundle = NULL
)
feed_id |
Local feed identifier. |
url |
RSS feed URL. |
parser |
Parsing strategy. Currently supports |
ca_bundle |
Optional CA bundle path used only for this feed request. |
data.table.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.