interval_document_authors: Get top document authors over a time period. Only available...

Description Usage Arguments

View source: R/interval_document_authors.R

Description

interval_document_authors() generates a data frame containing the authors of documents written about a keyword or search id during an interval of time

Usage

1
2
interval_document_authors(start_date, end_date, keyword = NULL,
  search_id = NULL, granularity = "DAY")

Arguments

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 available.


filipwastberg/meltwateR documentation built on March 17, 2021, 8:32 a.m.