Learn R Programming

walmartAPI (version 0.1.5)

save_walmart_credentials: 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

Run this code
# NOT RUN {
# since not checking is preformed not to waste API calls
# it falls on the user to save correct information
save_walmart_credentials("APP_KEY")
# }

Run the code above in your browser using DataLab