Skip to content

Commit f9d6f5b

Browse files
committed
wordlist
1 parent 42987c9 commit f9d6f5b

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

R/utils.R

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -419,18 +419,18 @@ set_chunk_attrs <- function(teal_card,
419419
teal_card
420420
}
421421

422-
#' Create a reactive that sets plot dimensions on a teal_card
422+
#' Create a reactive that sets plot dimensions on a `teal_card`
423423
#'
424424
#' This is a convenience function that creates a reactive expression that
425-
#' automatically sets the dev.width and dev.height attributes on the last
426-
#' chunk outputs of a teal_card based on plot dimensions from a plot widget.
425+
#' automatically sets the `dev.width` and `dev.height` attributes on the last
426+
#' chunk outputs of a `teal_card` based on plot dimensions from a plot widget.
427427
#'
428428
#' @param pws (`plot_widget`) plot widget that provides dimensions via `dim()` method
429-
#' @param decorated_output_q (`reactive`) reactive expression that returns a teal_card
429+
#' @param decorated_output_q (`reactive`) reactive expression that returns a `teal_card`
430430
#' @param inner_classes (`character`) classes within `chunk_output` that should be modified.
431431
#' This can be used to only change `recordedplot`, `ggplot2` or other type of objects.
432432
#'
433-
#' @return A reactive expression that returns the teal_card with updated dimensions
433+
#' @return A reactive expression that returns the `teal_card` with updated dimensions
434434
#'
435435
#' @keywords internal
436436
set_chunk_dims <- function(pws, decorated_output_q, inner_classes = NULL) {

man/set_chunk_dims.Rd

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)