gaccounts: Get the Steem account information within a period from...

Description Usage Arguments Value Examples

View source: R/get.r

Description

Get the Steem account information within a period from SteemSQL gaccounts means 'get account information'.

Usage

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

Arguments

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 account information with a figure

Examples

1

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