powered by
db_updates(cushion, feed = "longpoll", timeout = 60, heartbeat = TRUE, as = "list", ...)
Cushion
TRUE
GET
POST
PUT
as
Also, continuous and eventsource don't seem to work in R, unless I'm missing something.
Options for the feed parmeter:
feed
## Not run: # (x <- Cushion$new()) # # db_updates(x) # db_updates(x, feed="continuous") # db_updates(x, feed="eventsource") # ## End(Not run)
Run the code above in your browser using DataLab