getPostsByTag: Recent Posts containing a particular tag.

Description Usage Arguments Value Examples

View source: R/steemrdata.R

Description

Get posts using a specific tag in Chronological order

Usage

1
getPostsByTag(tag = "steem", limit = 1, node)

Arguments

tag

tag to search.

limit

number of items to return

node

Optional Argument (Steem Node to Query)

Value

Data.Table with Details of Posts

Examples

1
2
3
4
## Not run: 
getPostsByTag("letseat", 1)

## End(Not run)

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

Related to getPostsByTag in steemr...