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.
2 parents e7952f4 + e8db76a commit 42987c9Copy full SHA for 42987c9
R/utils.R
@@ -399,7 +399,7 @@ set_chunk_attrs <- function(teal_card,
399
if (!inherits(teal_card[[current_ix]], "chunk_output")) {
400
if (!quiet) {
401
warning(
402
- "The ", ix,
+ "The ", ix,
403
" to last element of the `teal_card` is not a `chunk_output` object. Skipping any further modifications."
404
)
405
}
0 commit comments