Get posts using a specific tag in Chronological order

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

# NOT RUN {
getPostsByTag("letseat", 1)
# }