exist_today: Query Exist.io current users day

Description Usage Arguments Value Examples

View source: R/exist_today.R

Description

Returns information on the current day of the logged in user.

Usage

1
exist_today(token = NULL)

Arguments

token

The token environment.

Value

A list containing the information about the current day of the user.

Examples

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

## End(Not run)

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