api_watchlist {RobinHood} | R Documentation |
RobinHood API: watchlist
Description
Backend function called by watchlist(). Adds or remove instruments from the default watchlist. The create and delete watchlist features are disabled as it appears that the functionality is not currently available on the plateform.
Usage
api_watchlist(RH, watchlist_url, detail = FALSE, delete = FALSE)
Arguments
RH |
object of class RobinHood |
watchlist_url |
(string) a single watchlist url |
detail |
(logical) if null use header api only, otherwise pass options |
delete |
(logical) send delete call |
[Package RobinHood version 1.7.0 Index]