gposts: Get the detailed information of given posts. gposts means...

Description Usage Arguments Value Examples

View source: R/get.r

Description

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

Usage

1
2
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

1
2
3
4
## Not run: 
gposts(c("cn/@dapeng/xuer-sale", "utopian-io/@dapeng/steemg-four-more"))

## End(Not run)

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

Related to gposts in steemr...