getPost: Details of a Steem Post

Description Usage Arguments Value Examples

View source: R/functions.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
getPost("eroche", "time-series-with-r")
getPost("eroche", "time-series-with-r", "https://api.steemit.com")

kharoof/steemRdata documentation built on April 16, 2021, 9:37 p.m.