Get the detailed information of given posts. gposts means 'get posts'.

gposts(postlinks = NA, method = c("steemdb.com", "steemsql.com", "steemdata.com"),
    sql_con)

Arguments

postlinks

A character string of hyperlinks to target posts

method

A character string of the Steem data server to connect.

sql_con

A connection to the SteemSQL server.

Value

a dataframe of the detailed information of the given posts

Examples

# NOT RUN {
gposts(c("cn/@dapeng/xuer-sale", "utopian-io/@dapeng/steemg-four-more"))
# }