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
gpost("cn/@dapeng/steemit-markdown")

pzhaonet/steemr documentation built on June 14, 2020, 8:57 a.m.