Skip to content

Commit

Permalink
Small update of documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwenseleers committed Jul 17, 2019
1 parent df56a68 commit f82dfdd
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 41 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Authors@R: c(person("Tom", "Wenseleers", role = c("aut", "cre"),
person("Christophe", "Vanderaa", role = c("aut"),
email = "[email protected]"))
Depends: R (>= 3.0)
Imports: stats,
Imports: stats,
utils,
datasets,
grDevices,
Expand Down Expand Up @@ -39,6 +39,6 @@ Description: Easily export 'R' graphs and statistical output to 'Microsoft
well as matrices and data frames and many more...
License: GPL-2
BugReports: https://github.com/tomwenseleers/export/issues
RoxygenNote: 6.0.1
RoxygenNote: 6.1.0
NeedsCompilation: no
Packaged: 2018-09-17 15:51:05 UTC; Ento
8 changes: 4 additions & 4 deletions R/table2office.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
#' @param append logical value - if \code{TRUE} and \code{type="PPT"} or \code{"DOC"} it will
#' append the table to the given file, where file can also be a given corporate. If
#' \code{append=FALSE} any existing file will be overwritten.
#' @param digits number of digits after the comma. to show for all columns except
#' for the column with p values.
#' @param digitspvals number of digits after the comma printed for p-values. The
#' dfault is equal to \code{digits}.
#' @param digits number of digits after the comma (for all numeric columns
#' except p-values or degrees of freedom)
#' @param digitspvals number of digits after the comma (for p-values only). The
#' default is equal to \code{digits}.
#' @param trim.pval a threshold below which the p-values are trimmed as
#' "< \code{trim.pval}".
#' @param width desired width of table in inches. If the given width exceeds the page or slide
Expand Down
9 changes: 3 additions & 6 deletions man/graph2bitmap.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 5 additions & 6 deletions man/graph2office.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions man/graph2vector.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion man/rgl2bitmap.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 9 additions & 13 deletions man/table2office.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions man/table2spreadsheet.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions man/table2tex.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f82dfdd

Please sign in to comment.