# NOT RUN {
print(as_tibble(mtcars))
print(as_tibble(mtcars), n = 1)
print(as_tibble(mtcars), n = 3)
print(as_tibble(trees), n = 100)
print(mtcars, width = 10)
mtcars2 <- as_tibble(cbind(mtcars, mtcars), .name_repair = "unique")
print(mtcars2, n = 25, max_extra_cols = 3)
# }
# NOT RUN {
print(nycflights13::flights, max_footer_lines = 1)
print(nycflights13::flights, width = Inf)
# }
Run the code above in your browser using DataLab