md.tableWriter.VEC.w.names: md.tableWriter.VEC.w.names

Description Usage Arguments Examples

Description

Take an R vector with names, parse a markdown table from it, and write it to the markdown report, set by "path_of_report".

Usage

1
2
3
md.tableWriter.VEC.w.names(NamedVector, FullPath = path_of_report,
  percentify = F, title_of_table = NA, print2screen = F,
  WriteOut = FALSE)

Arguments

NamedVector

A vector for the table body, with names as table header.

FullPath

Full path to the file.

percentify

Format numbers [0, 1] to percentages 0-100.

title_of_table

Title above the table (in the markdown report).

print2screen

Print the markdown formatted table to the sceen.

WriteOut

Write the table into a TSV file.

Examples

1
md.tableWriter.VEC.w.names (NamedVector =  , FullPath = path_of_report, percentify = F, title_of_table = NA)

vertesy/MarkdownReports.v2.9.5 documentation built on May 22, 2019, 4 p.m.