We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a86e94d commit 575bfb4Copy full SHA for 575bfb4
NAMESPACE
@@ -32,3 +32,4 @@ import(teal)
32
import(teal.transform)
33
importFrom(dplyr,"%>%")
34
importFrom(lifecycle,deprecated)
35
+importFrom(utils,modifyList)
R/utils.R
@@ -371,6 +371,7 @@ select_decorators <- function(decorators, scope) {
371
#' it will only change `chunk_output` objects.
372
#' @param inner_classes (`character`) classes within `chunk_output` that should be modified.
373
#' This can be used to only change `recordedplot`, `ggplot2` or other type of objects.
374
+#' @importFrom utils modifyList
375
#' @keywords internal
376
modify_last_chunk_outputs_attributes <- function(teal_card,
377
attributes,
0 commit comments