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
2
3
4
## Not run: 
gaccounts()

## End(Not run)

Example output

[1] "Please give a valid sql_con value."

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

Related to gaccounts in steemr...