gfollow: Get a name list of an ID's followers and following. gfollow...

Description Usage Arguments Value Examples

View source: R/get.r

Description

Get a name list of an ID's followers and following. gfollow means 'get an ID's follower information'.

Usage

1
gfollow(id = NA, method = c("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 name list of an ID's followers and following

Examples

1
2
3
4
## Not run: 
gfollow("dapeng")

## End(Not run)

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

Related to gfollow in steemr...