Description Usage Arguments Value Author(s) Examples
Pretty printing of R objects for Markdown output
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15  | printMD(x, ...)
## Default S3 method:
printMD(x, ...)
## S3 method for class 'double'
printMD(x, big.mark = ",",
  digits = pander::panderOptions("digits"), ...)
## S3 method for class 'integer'
printMD(x, big.mark = ",", ...)
## S3 method for class 'Dependency'
printMD(x, target, format = c("markdown", "html",
  "reference", "md reference"), text = x$title, ...)
 | 
x | 
 Object to be printed  | 
... | 
 Additional arguments  | 
big.mark | 
 Separator used to mark intervals before the decimal point.  | 
digits | 
 Number of sinificant digits to display, passed to   | 
target | 
 Specify an anchor in the output document for   | 
format | 
 Format type to use.  | 
text | 
 Text that should be displayed as part of the link.  | 
String representation of x formatted for printing.
Peter Humburg
1 2 3 4  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.