Description Usage Arguments Examples
Broader variant of md.LogSettingsFromList(). Log the values (col2) from a named (col1) list, in a table format in the report.
1 2 3 4 5 6 | md.List2Table(
parameterlist,
title = "List elements",
colname2 = "Value",
maxlen = 20
)
|
parameterlist |
List of Paramters. |
title |
Title of the table. |
colname2 |
Name of the 2nd column. |
maxlen |
Maximum length of entries in a parameter list element,. |
1 | md.LogSettingsFromList(parameterlist = list("min" = 4, "method" = "pearson", "max" = 10))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.