Description Usage Arguments See Also Examples
There are two API Keys. One is for the access of almost everything, except for text-mining capabilities (Elsevier_API). Another one (Elsevier_TM_API) is only for the purpose of using text-mining functionality. See URL for your restrictions below. The first one is always required whereas the second one is optional.
1 2 3  | auth_key(x)
auth_tm_key(x)
 | 
x | 
 - an empty parameter, e.g. NULL  | 
Register your Keys http://dev.elsevier.com/myapikey.html
See for restrictions which apply to your key http://dev.elsevier.com/api_key_settings.html
See https://github.com/ropensci/rnoaa/blob/master/R/zzz.r#L145
See https://github.com/ropensci/gistr/blob/master/R/gist_auth.R#L24
1  | options(Elsevier_API = "F1QH-Q64B-BSBI-JASJ", Elsevier_TM_API = "1QH-Q64B-BSBI-JAS")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.