Learn R Programming

RobinHood (version 1.6)

logout: Logout of RobinHood

Description

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

Usage

logout(RH)

Arguments

RH

object of class RobinHood

Examples

Run this code
# NOT RUN {
# Login in to your RobinHood account
RH <- RobinHood("username", "password")

logout(RH)
# }

Run the code above in your browser using DataLab