powered by
Set the dataframe info which needs to be visualized.
display(dataFrame, isSummary = FALSE)
No return value, show the first part of passed dataFrame.
dataFrame
the dataframe that needs to be visualized.
whether show summary info of the dataframe.
data <- list(56,78,90,45,67) df <- data.frame(t(sapply(data,c))) display(df) display(df, TRUE)
Run the code above in your browser using DataLab