getAccountVotes: Votes made by an Account

Description Usage Arguments Value Examples

View source: R/steemrdata.R

Description

Get a list of all the votes made by an account

Usage

1
getAccountVotes(user = "eroche", node)

Arguments

user

Account to query

node

Optional Argument (Steem Node to Query)

Value

Data Table with list of votes and what they voted on

Examples

1
2
3
4
5
## Not run: 
getAccountVotes("eroche")
getAccountVotes("eroche", node = "https://api.steemit.com")

## End(Not run)

steemr documentation built on May 1, 2019, 7:04 p.m.