exist_specific_attribute: Query Exist.io for a specific attribute

Description Usage Arguments Value Examples

View source: R/exist_specific_attribute.R

Description

Returns information on a specific attribute.

Usage

1
2
3
4
5
6
7
exist_specific_attribute(
  token = NULL,
  attribute = "",
  limit = NULL,
  page = 1,
  date_max = NULL
)

Arguments

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.

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_specific_attribute(etoken)

## End(Not run)

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