Write The R Command to Print the summary of the dataset. code example Example: r summary table1 <- c(1,2,3,4,6,9,0) summary(table1)