user_profile {captr} | R Documentation |
User Profile
Description
Provides account information for the provided API Token.
Usage
user_profile(...)
Arguments
... |
Additional arguments passed to |
Value
named list with the following elements: username, deny_batch_submission_for_digitization,
account_balance, user_id, enrolled_subscription_is_annualized, enrolled_subscription,
enrolled_subscription_is_trial, trial_eligible, remaining_quota
References
https://shreddr.captricity.com/developer/api-reference/#v1-user_profile
Examples
## Not run:
user_profile()
## End(Not run)
[Package captr version 0.3.0 Index]