When an object exists in the global environment named x, the `view` function shows that object even if a data frame is passed to it ``` library(tibble) x <- 10 view(mtcars) ```