As user, I don't want to have to think if I need inside_rmd
or not when using att_from_rmd()
#106
Labels
inside_rmd
or not when using att_from_rmd()
#106
As user, I don't want to have to think if I need
inside_rmd
or not when usingatt_from_rmd()
, so that the same function can be presented in help as in the classical use.Criteria of success
inside_rmd
parameter to be chosen by the useratt_from_rmd()
works the same, inside or outside rmdTech
outside_knit <- is.null(knitr::opts_knit$get("out.format"))
to detect if we are in or outside a knitting environment, thus running directly the code, or run usingcallr:r()
call.The text was updated successfully, but these errors were encountered: