Description Usage Arguments Details Examples
View source: R/symplurTweetsActivity.R
Creates a dataframe from looping through queries.
1 2 | symplurTweetsActivityTable(query = data.frame(database = character(), start =
character(), end = character()))
|
query |
A dataframe with columns: database, start and end. |
Example query dataframe:
database | start | end |
#BCSM | 01/01/2010 | 01/01/2018 |
#LCSM | 01/01/2010 | 01/01/2018 |
#BTSM | 01/01/2010 | 01/01/2018 |
1 2 3 | require(readr)
datasets <- read_csv(system.file("extdata", "datasets.csv", package = "SympluR", mustWork = TRUE))
LCSMDemoDataTweetsActivityTable <- symplurTweetsActivityTable(datasets)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.