gpost: Get the complete info of a single given post. gpost means...

Description Usage Arguments Value Examples

View source: R/get.r

Description

Get the complete info of a single given post. gpost means 'get a post'.

Usage

1
2
gpost(postlink = NA, method = c("steemdb.com", "steemsql.com"), sql_con, 
    selected = FALSE, newline = FALSE, oldcolname)

Arguments

postlink

A character of the link to a post

method

A character string of the Steem data server to connect.

sql_con

A connection to the SteemSQL server.

selected

A logic value of whether return only selected info

newline

A logic value of whether rbind the returned dataframe with an existing one

oldcolname

A character string. If newline == TRUE, the returned dataframe is ordered accoring to oldcolname

Value

a dataframe

Examples

1
2
3
4
## Not run: 
gpost("cn/@dapeng/steemit-markdown")

## End(Not run)

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

Related to gpost in steemr...