R Documentation |
prints variable names and the values
Print(..., digits = 6, empty.lines = 2)
... |
any object that can be |
digits |
see |
empty.lines |
number of leading empty lines |
prints the names and the values; for vectors cat
is used and for lists str
a <- 4 b <- list(c=5, g=7) m <- matrix(1:4, nc=2) Print(a, b, m)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.