getPost: Details of a Steem Post

Description Usage Arguments Value Examples

View source: R/steemrdata.R

Description

Get details of a post, specified by the unique link (username and permlink)

Usage

1
getPost(username, permlink, node)

Arguments

username

Username of Post Author.

permlink

Permlink of Post

node

Optional Argument (Steem Node to Query)

Value

List with Details of Post

Examples

1
2
3
4
5
## Not run: 
getPost("eroche", "time-series-with-r")
getPost("eroche", "time-series-with-r", "https://api.steemit.com")

## End(Not run)

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

Related to getPost in steemr...