gidpostl: Obtain an ID's post hyperlinks. gidpostl means 'get an ID's...

Description Usage Arguments Value Examples

View source: R/get.r

Description

Obtain an ID's post hyperlinks. gidpostl means 'get an ID's post links'.

Usage

1
2
gidpostl(id = NA, method = c("steemdb.com", "steemsql.com", "steemdata.com"), sql_con, 
    post_number = 3, site = "steemit.com")

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, the 100 latest posts will be processed.

site

A character string of the site of the steem web UI

Value

A character string vector of an ID's post hyperlinks.

Examples

1
2
3
4
## Not run: 
gidpostl()

## End(Not run)

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

Related to gidpostl in steemr...