Description Usage Arguments Value See Also Examples
The active Manta account is initially obtained from
environment variables $MANTA_USER
,
$MANTA_KEY
, and $MANTA_URL
. Retrieve account
settings, data center as JSON with this function.
Change/restore account settings with mantaAccount
.
1 2 |
all |
logical, optional, |
user |
logical, optional. |
dc_url |
logical, optional. Set |
key_id |
logical, optional. Set |
ssl_key |
logical, optional. Set |
json |
logical, optional. Set |
JSON or R values as specified.
Other mantaAccount: mantaAccount
;
mantaGetLimits
; mantaSetLimits
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | ## Not run:
mantaWhoami()
## To see/save current account settings:
account <- mantaWhoami(all = TRUE)
## then use:
mantaAccount(account) ## to set the modified account
## Account information may contain 1-4 key-value pairs.
## To see/save current account settings as JSON:
account <- mantaWhoami(all = TRUE, json = TRUE)
## then use:
mantaAccount(json = account) to set that account
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.