View source: R/interval_document_count.R
interval_document_count() generates a data frame containing the number of documents written about a keyword or search id during an interval of time
1 2 | interval_document_count(start_date, end_date, keyword = NULL,
search_id = NULL, granularity = "DAY", type = "news")
|
start_date |
start date, in "1900-01-01" format |
end_date |
end date, in "1900-01-01" format' |
keyword |
the keyword you want to explore, e.g. "iphone" |
search_id |
an ID for a search in Meltwater |
granularity |
defaults to "DAY" but "HOUR", "DAY", "WEEK" and "MONTH" are possible |
type |
defaults to NULL and returns "all", can be news" or "social" |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.