md.List2Table: md.List2Table

Description Usage Arguments Examples

Description

Broader variant of md.LogSettingsFromList(). Log the values (col2) from a named (col1) list, in a table format in the report.

Usage

1
2
3
4
5
6
md.List2Table(
  parameterlist,
  title = "List elements",
  colname2 = "Value",
  maxlen = 20
)

Arguments

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,.

Examples

1
md.LogSettingsFromList(parameterlist = list("min" = 4, "method" = "pearson", "max" = 10))

vertesy/MarkdownReportsDev documentation built on Nov. 15, 2021, 9:59 a.m.