Get the vote information of given IDs from SteemSQL. gvoter means 'get the voter activities.'

gvoter(voters = NA, from = Sys.Date() - 7, to = Sys.Date(), select = "*", sql_con = NA,
    if_plot = FALSE)

Arguments

voters

A character vector of given Steem IDs.

from

A character string of the starting date. in 'Y-m-d' format.

to

A character string of the ending date. in 'Y-m-d' format.

select

A character vector of the selected columns in the SteemSQL query.

sql_con

A connection to the SteemSQL server.

if_plot

A logic value of whether plot the daily votes.

Value

A list (and a diagram) of the voter report.

Examples

# NOT RUN {
gvoter(voters = NA)
# }