View source: R/faasr_client_tools.R
faasr_replace_values | R Documentation |
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
faasr_replace_values(faasr, cred)
faasr |
a list form of the JSON file |
cred |
a list form of the credentials |
faasr a list form of the JSON file with real keys
if (interactive()){
faasr_with_cred <- faasr_replace_values(faasr, cred)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.