create_eppo_token {pestr} | R Documentation |
EPPO Data Services token variable
Description
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)
Arguments
x |
A string. |
Value
Token to access EPPO Data Services API in format recognized by
eppo_tabletools_*
functions.
See Also
To obtain your free EPPO token please register https://data.eppo.int/
Examples
## Not run:
create_eppo_token("12345678abcdef")
## End(Not run)
[Package pestr version 0.8.2 Index]