Skip to contents

Send a logout call through the RobinHood API service and disable your token.

Usage

logout(RH)

Arguments

RH

object of class RobinHood

Examples

if (FALSE) {
# Login in to your RobinHood account
RH <- RobinHood("username", "password")

logout(RH)
}