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

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

# NOT RUN {
gdelegation()
# }