md.tableWriter.DF.w.dimnames: md.tableWriter.DF.w.dimnames

Description Usage Arguments Examples

Description

Take an R data frame with row- and column- names, parse a markdown table from it, and write it to the markdown report, set by "path_of_report".

Usage

1
2
md.tableWriter.DF.w.dimnames(df, FullPath = path_of_report, percentify = F,
  title_of_table = NA, print2screen = F, WriteOut = F)

Arguments

df

Input data frame to be plotted

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.DF.w.dimnames (df =  , FullPath = path_of_report, percentify = F, title_of_table = NA)

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