gcomments: Get the comment records of an Steem ID within a period from...

Description Usage Arguments Value Examples

View source: R/get.r

Description

Get the comment records of an Steem ID within a period from SteemSQL gcomments means 'get comment information'.

Usage

1
2
3
gcomments(id = NA, from = Sys.Date() - 7, to = Sys.Date(), select = c("root_title", 
    "root_comment", "created", "body"), sql_con, ylab = "Daily Comments", 
    if_plot = FALSE)

Arguments

id

A character string of a Steem ID

from

A Date object or character in '2017-10-24' format of the beginning of the period

to

A Date object or character in '2017-10-24' format of the end of the period

select

A character string vector of the column names

sql_con

A SQL connection

ylab

Label on the y-axis

if_plot

A logic value of whether plot the time series

Value

A data frame of the comment information with a figure

Examples

1
2
3
4
## Not run: 
gcomments()

## End(Not run)

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

Related to gcomments in steemr...