logout: Logout of RobinHood

View source: R/logout.R

logoutR Documentation

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

## Not run: 
# Login in to your RobinHood account
RH <- RobinHood("username", "password")

logout(RH)

## End(Not run)

RobinHood documentation built on Jan. 7, 2023, 1:11 a.m.

Related to logout in RobinHood...