Description Usage Arguments Value Examples
Get the complete info of a single given post. gpost means 'get a post'.
1 2 |
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 |
a dataframe
1 2 3 4 | ## Not run:
gpost("cn/@dapeng/steemit-markdown")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.