gdelegation: Get the delegation information of a Steem ID from SteemSQL...

Description Usage Arguments Value Examples

View source: R/get.r

Description

Get the delegation information of a Steem ID from SteemSQL gdelegation means 'get delegation information'.

Usage

1
gdelegation(id = NA, sql_con, if_plot = FALSE)

Arguments

id

A character string of a Steem ID

sql_con

A SQL connection

if_plot

A logic value of whether plot the time series

Value

A data frame of the delegation information with a figure

Examples

1
2
3
4
## Not run: 
gdelegation()

## End(Not run)

Example output

[1] "Please give a valid id."

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

Related to gdelegation in steemr...