Learn R Programming

FaaSr (version 1.4.4)

faasr_replace_values: faasr_replace_values

Description

replace dummy keys with real keys Dummy key format: Servername + "_" + Key Name with CAPITAL LETTER e.g., My_OW_Account + API.key = My_OW_Account_API_KEY

Usage

faasr_replace_values(faasr, cred)

Value

faasr a list form of the JSON file with real keys

Arguments

faasr

a list form of the JSON file

cred

a list form of the credentials

Examples

Run this code
if (interactive()){
faasr_with_cred <- faasr_replace_values(faasr, cred)
}

Run the code above in your browser using DataLab