exist_all_insights: Query Exist.io for all insights

Description Usage Arguments Value Examples

View source: R/exist_all_insights.R

Description

Returns information on all insights.

Usage

1
2
3
4
5
6
7
exist_all_insights(
  token = NULL,
  limit = NULL,
  page = 1,
  date_min = NULL,
  date_max = NULL
)

Arguments

token

The token environment.

limit

Number of values to return per page, starting with today. Optional, max is 100.

page

Page index. Optional, default is 1.

date_min

Oldest date (inclusive) of results to be returned, in format YYYY-mm-dd. Optional.

date_max

Most recent date (inclusive) of results to be returned, in format YYYY-mm-dd. Optional.

Value

A list containing the information of all insights.

Examples

1
2
3
4
5
## Not run: 
etoken <- exist_auth()
exist_all_insights(etoken)

## End(Not run)

ebbertd/existR documentation built on March 3, 2020, 8:02 a.m.