get_account_information {lacrmr} | R Documentation |
get_account_information
Description
Return your user account information from Less annoying CRM
Usage
get_account_information(user_code, api_token)
Arguments
user_code |
The user code to identify your account |
api_token |
The api token to connect to your account |
Details
For using this function you will need to get your credentials from your Less Annoying CRM. Make sure to have your user code and your api_token.
Examples
## Not run:
get_account_information(user_code = "6A6E88",
api_token = "FBHV7C")
## End(Not run)
[Package lacrmr version 1.0.5 Index]