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

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

# NOT RUN {
gpost("cn/@dapeng/steemit-markdown")
# }