Newly tracked file
R/officer.R
changed.
Other files ignored by Codecov
251 | 251 | #' @param str text to add. |
|
252 | 252 | #' @param type type of the text placeholder. See \code{\link{ph_add_text}} for more details. |
|
253 | 253 | #' @param ... other arguments passed to \code{\link{ph_add_text}}. |
|
254 | - | #' |
|
254 | + | #' @return \code{rpptx} object which represents PowerPoint presentation in \code{officer}. The returned object contains a new element on the slide. |
|
255 | 255 | #' @export |
|
256 | 256 | #' @importFrom officer slide_summary |
|
257 | 257 | phl_with_text <- function(x, olay, id, str, type = "title", ...) { |
279 | 279 | #' @param id an single integer with an id of the placeholder from \code{olay} object. |
|
280 | 280 | #' @param value a data.frame |
|
281 | 281 | #' @param ... other arguments passed to \code{\link{ph_with}} |
|
282 | - | #' |
|
282 | + | #' @return \code{rpptx} object which represents PowerPoint presentation in \code{officer}. The returned object contains a new element on the slide. |
|
283 | 283 | #' @export |
|
284 | 284 | #' |
|
285 | 285 | phl_with_table <- function(x, olay, id, value, ...) { |
Files | Coverage |
---|---|
R | 91.43% |
Project Totals (7 files) | 91.43% |
1 |
comment: false |