save_yummly_credentials: Save API credentials for later use

Description Usage Arguments Examples

View source: R/client.R

Description

This functions caches the credentials to avoid need for entering it when calling other functions

Usage

1
save_yummly_credentials(app_id, app_key)

Arguments

app_id

application ID

app_key

application key

Examples

1
2
3
# since not checking is preformed not to waste API calls
# it falls on the user to save correct information
save_yummly_credentials("APP_ID", "APP_KEY")

Example output



yummlyr documentation built on May 1, 2019, 7:30 p.m.