SyntaxFix
Write A Post
Hire A Developer
Questions
If you want to print the last 10 lines, use
tail(dataset, 10)
for the first 10, you could also do
head(dataset, 10)