getComments: Comment List

Description Usage Arguments Value Examples

View source: R/steemrdata.R

Description

Get a list of all the comments from a users blog. This function may take some time to process depending on the size of the transaction history on an account

Usage

1
getComments(username, node)

Arguments

username

Username of Comment Author.

node

Optional Argument (Steem Node to Query)

Value

Data.Table with Details of Comments Posts

Examples

1
2
3
4
## Not run: 
getComments("eroche")

## End(Not run)

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

Related to getComments in steemr...