rb_get_token | R Documentation |
The API token mechanism that refine.bio uses is relatively simple. There is no "authentication" per se, just an acknowledgement of agreement to terms and conditions of use. The token is only needed for download of data. Other functionality will work fine without it.
rb_get_token()
Upon calling this function the first time in a session, if a token is successfully obtained and activated, it will be stored in the session in memory. Further calls will use the cached value. A new R session will result in a new API token.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.