insert_if_knitting_to_pdf.Rd
Insert text only if knitting to pdf
insert_if_knitting_to_pdf(..., sep = "")
... | The text to insert; will be paste together the separator. |
---|---|
sep | The separator. |
Nothing; the text is printed using [cat()].
### This will show nothing unless you happen to knit this ### document, like in the Pkgdown version of the manual. insert_if_knitting_to_pdf("This only shows up in the PDF version.");