Send a logout call through the RobinHood API service and disable your token.
Examples
if (FALSE) {
# Login in to your RobinHood account
RH <- RobinHood("username", "password")
logout(RH)
}
Send a logout call through the RobinHood API service and disable your token.
if (FALSE) {
# Login in to your RobinHood account
RH <- RobinHood("username", "password")
logout(RH)
}