faasr_replace_values {FaaSr} | R Documentation |
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)
Arguments
faasr |
a list form of the JSON file |
cred |
a list form of the credentials |
Value
faasr a list form of the JSON file with real keys
Examples
if (interactive()){
faasr_with_cred <- faasr_replace_values(faasr, cred)
}
[Package FaaSr version 1.3.0 Index]