Skip to content

Commit

Permalink
Fix #18
Browse files Browse the repository at this point in the history
  • Loading branch information
vertesy committed Mar 11, 2016
1 parent aedf7f0 commit fe9f655
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 49 deletions.
16 changes: 0 additions & 16 deletions MarkdownReports/MarkdownReports.Rproj

This file was deleted.

2 changes: 0 additions & 2 deletions MarkdownReports/MarkdownReports/.Rbuildignore

This file was deleted.

3 changes: 0 additions & 3 deletions MarkdownReports/MarkdownReports/.gitignore

This file was deleted.

8 changes: 0 additions & 8 deletions MarkdownReports/MarkdownReports/DESCRIPTION

This file was deleted.

16 changes: 0 additions & 16 deletions MarkdownReports/MarkdownReports/MarkdownReports.Rproj

This file was deleted.

2 changes: 0 additions & 2 deletions MarkdownReports/MarkdownReports/NAMESPACE

This file was deleted.

4 changes: 2 additions & 2 deletions MarkdownReports/R/MarkdownReports.R
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ MarkDown_Img_Logger_PDF_and_PNG <-function (fname_wo_ext) {
#' 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".
#' @param df Input data frame to be plotted
#' @param FullPath Full path to the file.
#' @param percentify Format numbers [0,1] to percentages 1-100%.
#' @param percentify Format numbers [0,1] to percentages 0-100.
#' @param title_of_table Title above the table (in the markdown report).
#' @examples MarkDown_Table_writer_DF_RowColNames (df = , FullPath = path_of_report, percentify = F, title_of_table = NA)
#' @export
Expand Down Expand Up @@ -292,7 +292,7 @@ MarkDown_Table_writer_DF_RowColNames <-function (df, FullPath = path_of_report,
#' Take an R vector with names, parse a markdown table from it, and write it to the markdown report, set by "path_of_report".
#' @param NamedVector A vector for the table body, with names as table header.
#' @param FullPath Full path to the file.
#' @param percentify Format numbers [0,1] to percentages 1-100%.
#' @param percentify Format numbers [0,1] to percentages 0-100.
#' @param title_of_table Title above the table (in the markdown report).
#' @examples MarkDown_Table_writer_NamedVector (NamedVector = , FullPath = path_of_report, percentify = F, title_of_table = NA)
#' @export
Expand Down

0 comments on commit fe9f655

Please sign in to comment.