R/get.r
gaccounts.Rd
Get the Steem account information within a period from SteemSQL gaccounts means 'get account information'.
gaccounts(from = Sys.Date() - 7, to = Sys.Date(), select = c("name", "created", "post_count", "last_post"), sql_con = NA, ylab = "Daily New Accounts", if_plot = FALSE)
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 |
A data frame of the account information with a figure
# NOT RUN { gaccounts() # }