# NOT RUN {
# Use `gtcars` to create a gt table
# preview (with only a few of its
# columns); you'll see the first five
# rows and the last row
tab_1 <-
gtcars %>%
dplyr::select(mfr, model, year) %>%
gt_preview()
# }
Run the code above in your browser using DataLab