gvoter: Get the vote information of given IDs from SteemSQL. gvoter...

Description Usage Arguments Value Examples

View source: R/get.r

Description

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

Usage

1
2
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

1
gvoter(voters = NA)

pzhaonet/steemr documentation built on June 14, 2020, 8:57 a.m.