Record (and if necessary create) a FlyWire chunkedgraph token
Source:R/cloudvolume.R
flywire_set_token.Rd
chunkedgraph_token
returns the current chunked graph
token, optionally for a specified URL / domain name.
Writes a token to a standard location on disk so that it will be found by the cloudvolume python package as well as the fafbseg package and used to authenticate to https://flywire.ai.
Arguments
- url
A URL or domain name which defines the scope of the token
- cached
Whether to use a cached version of the token (default yes for speed, but set to FALSE to reload after writing a new token to disk).
- token
Optional character vector containing your token. If missing, a new token will be requested (note that this will invalidate your previous token)
- domain
Optional fully qualified domain name, which will be prepended to the filename in which the token will be stored.
Value
character vector containing the token (typically 32-44 bytes)
The path to the file storing the token (invisibly)