Learn R Programming

pestr (version 0.8.4)

create_eppo_token: EPPO Data Services token variable

Description

[Maturing] create_eppo_token makes token thats should be saved in a variable and used argument for eppo_tabletools_hosts, eppo_tabletools_pests, eppo_tabletools_cat and eppo_tabletools_taxo functions. It contains token of class string, that is needed to communicate with EPPO Data Services API.

Usage

create_eppo_token(x)

Value

Token to access EPPO Data Services API in format recognized by eppo_tabletools_* functions.

Arguments

x

A string.

See Also

To obtain your free EPPO token please register https://data.eppo.int/

Examples

Run this code
if (FALSE) {
  create_eppo_token("12345678abcdef")
}

Run the code above in your browser using DataLab