View source: R/input_mylakeconfig.R
input_mylakeconfig | R Documentation |
Inputs value into the MyLake config file by locating the label and key within the file.
input_mylakeconfig(file, label, key, value, out_file = NULL)
file |
filepath; to R object (loaded Rdata file) |
label |
string; which corresponds to section where the key is located |
key |
string; name of key in which to extract the value |
value |
string; name of key in which to extract the value |
out_file |
filepath; to write the output config file (optional); defaults to overwriting file if not specified |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.