Get all main posts from a users blog (excluding Resteems). This function may take some time to process depending on the size of the blog history on an account

getBlog(username, node)

Arguments

username

Username of Blog Author.

node

Optional Argument (Steem Node to Query)

Value

Data.Table with Details of Blog Posts

Examples

# NOT RUN {
getBlog("eroche")
# }