R/get.r
gdelegation.RdGet the delegation information of a Steem ID from SteemSQL gdelegation means 'get delegation information'.
gdelegation(id = NA, sql_con, if_plot = FALSE)
| id | A character string of a Steem ID |
|---|---|
| sql_con | A SQL connection |
| if_plot | A logic value of whether plot the time series |
A data frame of the delegation information with a figure
# NOT RUN { gdelegation() # }