Description Usage Arguments Examples
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".
1 2 | md.tableWriter.DF.w.dimnames(df, FullPath = path_of_report, percentify = F,
title_of_table = NA, print2screen = F, WriteOut = F)
|
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. |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.