1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-09 04:02:19 +02:00
This commit is contained in:
2023-03-20 21:59:50 +01:00
parent c28cfa3a77
commit 549790c2a6
5 changed files with 6 additions and 6 deletions

View File

@ -224,7 +224,7 @@
#' # in an Rmd file, you would just need to return `ureido` in a chunk,
#' # but to be explicit here:
#' if (requireNamespace("knitr")) {
#' knitr::knit_print(ureido)
#' cat(knitr::knit_print(ureido))
#' }
#'
#'