R/get.r
gfollow.RdGet a name list of an ID's followers and following. gfollow means 'get an ID's follower information'.
gfollow(id = NA, method = c("steemdb.com", "steemsql.com", "steemdata.com"), sql_con)
| id | A character string of a Steem ID without '@'. |
|---|---|
| method | A character string of the Steem data server to connect. |
| sql_con | A connection to the SteemSQL server. |
A name list of an ID's followers and following
# NOT RUN { gfollow("dapeng") # }