gidposts: Obtain an ID's post detailed info from steemdb.com....

Description Usage Arguments Value Examples

View source: R/get.r

Description

Obtain an ID's post detailed info from steemdb.com. 'gidposts' means 'get an ID's posts'.

Usage

1
2
gidposts(id = NA, method = c("steemdb.com", "steemsql.com", "appbase_api", 
    "steemdata.com"), sql_con, post_number = NA)

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.

post_number

A numeric value or NA. The number of the latest posts to be obtained. If NA, all the posts will be processed.

Value

A data frame of an ID's post detailed info.

Examples

1

pzhaonet/steemr documentation built on June 14, 2020, 8:57 a.m.