Explore
Connect
Documentation
Snippets
Log in
Sign up
1
2
3
4
5
names(faithful)
# variable names
summary(faithful)
# variable summary
summary(mtcars)
names(ggplot2
::
mpg)
Enter to Rename, Shift+Enter to Preview
Run