exist_multiple_attributes: Query Exist.io for multiple attributes

Description Usage Arguments Value Examples

View source: R/exist_multiple_attributes.R

Description

Returns information on multiple attributes.

Usage

1
2
3
4
5
6
7
exist_multiple_attributes(
  token = NULL,
  limit = NULL,
  attributes = NULL,
  groups = NULL,
  date_max = NULL
)

Arguments

token

The token environment.

limit

Number of values to return, starting with the newest date. Optional, max is 31.

attributes

Optional comma-separated list of attributes, e.g. mood,mood_note.

groups

Optional comma-separated list of groups to filter attributes by, e.g. mood,health

date_max

Optional date specifying the newest value that can be returned, in format YYYY-mm-dd.

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_multiple_attributes()

## End(Not run)

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