Description Usage Arguments Value Examples
View source: R/exist_specific_attribute.R
Returns information on a specific attribute.
1 2 3 4 5 6 7 | exist_specific_attribute(
token = NULL,
attribute = "",
limit = NULL,
page = 1,
date_max = NULL
)
|
token |
The token environment. |
attribute |
The name of the attribute to get. |
limit |
Number of values to return per page. Optional, max is 100. |
page |
Page index. Optional, default is 1. |
date_max |
Most recent date (inclusive) of results to be returned, in format YYYY-mm-dd. Optional. |
A list containing the information about the current day of the user.
1 2 3 4 5 | ## Not run:
etoken <- exist_auth()
exist_specific_attribute(etoken)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.