exist_package_query: Query Exist.io API

Description Usage Arguments Value Examples

View source: R/exist_package_query.R

Description

Returns information on the logged in user.

Usage

1
2
3
4
5
exist_package_query(
  token = NULL,
  path = "api/1/users/$self/profile/",
  query = NULL
)

Arguments

token

The token environment.

path

The API path to query.

query

A list of query parameters.

Value

The response of the API call

Examples

1
2
3
4
5
## Not run: 
etoken <- exist_auth()
exist_package_query(token = etoken, path = "api/1/users/$self/profile/")

## End(Not run)

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