Get an ID's detailed info. gid means 'get an ID's information'.

gid(id = NA, method = c("appbase_api", "steemdb.com", "steemsql.com", "steemdata.com"),
    sql_con)

Arguments

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.

Value

A list or a dataframe of an ID's detailed info

Examples

# NOT RUN {
gid()
# }