pdf.text {pdf2} | R Documentation |
~~ A concise (1-5 lines) description of what the function does. ~~
pdf.text(text = "", link = TRUE, col = "cyan", border = c(0, 0, 1))
text |
~~Describe text here~~ |
link |
~~Describe link here~~ |
col |
color(s) of the border(s) around the text(s) which are often used to indicate the presence of a link; defaults to "cyan" |
border |
~~Describe border here~~ |
~~ If necessary, more details than the description above ~~
~Describe the value returned If it is a LIST, use
comp1 |
Description of 'comp1' |
comp2 |
Description of 'comp2' |
...
This function is an internal function that is not exported into
the pdf2
name space. It is documented for purposes of completeness.
Tadashi Kadowaki, R Development Core Team and contributors worldwide