Get the detailed information of given posts. gposts means 'get posts'.
gposts(postlinks = NA, method = c("steemdb.com", "steemsql.com", "steemdata.com"), sql_con)
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. |
a dataframe of the detailed information of the given posts
# NOT RUN { gposts(c("cn/@dapeng/xuer-sale", "utopian-io/@dapeng/steemg-four-more")) # }