sync_local_rss_data: Synchronize Local RSS Data

View source: R/rss_data.R

sync_local_rss_dataR Documentation

Synchronize Local RSS Data

Description

Synchronize Local RSS Data

Usage

sync_local_rss_data(
  feed_id,
  url,
  parser = c("plain", "gdpnow"),
  local_path = NULL,
  ca_bundle = NULL
)

Arguments

feed_id

Local feed identifier.

url

RSS feed URL.

parser

Parsing strategy. Currently supports "plain" and "gdpnow".

local_path

Optional local storage path.

ca_bundle

Optional CA bundle path used only for this feed request.

Value

A sync result list.


investdatar documentation built on Aug. 21, 2026, 5:17 p.m.