View source: R/visualization.R
display | R Documentation |
Set the dataframe info which needs to be visualized.
display(dataFrame, isSummary = FALSE)
dataFrame |
the dataframe that needs to be visualized. |
isSummary |
whether show summary info of the dataframe. |
No return value, show the first part of passed dataFrame
.
data <- list(56,78,90,45,67)
df <- data.frame(t(sapply(data,c)))
display(df)
display(df, TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.