Skip to contents

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.

Usage

rb_get_token()

Details

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.