How to print the head (first 10 rows) with only select variables in R

后端 未结 0 1641
Happy的楠姐
Happy的楠姐 2021-01-25 12:36

To print out the first 10 rows of a dataframe in R, I am using head(data.frame, 10). But this dataframe has 64 variables, and I only want to select 3 of those variables to show

相关标签:
回答
  • 消灭零回复
提交回复
热议问题