Description Usage Arguments Value Examples
View source: R/exist_multiple_attributes.R
Returns information on multiple attributes.
1 2 3 4 5 6 7 | exist_multiple_attributes(
token = NULL,
limit = NULL,
attributes = NULL,
groups = NULL,
date_max = NULL
)
|
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. |
A list containing the information about the current day of the user.
1 2 3 4 5 | ## Not run:
etoken <- exist_auth()
exist_multiple_attributes()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.