save_walmart_credentials {walmartAPI} | R Documentation |
Save API credentials for later use
Description
This functions caches the credentials to avoid need for entering it when calling other functions
Usage
save_walmart_credentials(app_key)
Arguments
app_key |
application key |
Examples
# since not checking is preformed not to waste API calls
# it falls on the user to save correct information
save_walmart_credentials("APP_KEY")
[Package walmartAPI version 0.1.5 Index]