| create_feed | R Documentation | 
Create a new feed.
create_feed(
  name,
  tag,
  datatype = c("realtime", "daily"),
  engine = c("phpfina", "virtual"),
  interval = 10
)
| name | Descriptive name for the new feed. | 
| tag | Tag for the new feed. | 
| datatype | Defaults to REALTIME (1). May also be DAILY (2). | 
| engine | Timeseries storage engine. Defaults to PHPFINA (5). May also be VIRTUAL (7)). | 
| interval | Interval of time series in seconds. Defaults to 10. | 
Tibble with id of new feed
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.