| pwt_auth | R Documentation |
Tests that a user can be authenticated
pwt_auth(user, key, ...)
user |
Your PWT user name, probably your email address |
key |
Your PWT api key. |
... |
Further args passed to |
library('httr')
user <- "myrmecocystus@gmail.com"
key <- getOption('pwtapikey')
pwt_auth(user, key)
pwt_auth(user, key, config=verbose())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.