Returns the first or last parts of a vector, matrix, table, data frame or function.
Since head() and tail() are generic functions, they may also have been extended to other classes.
返回向量、矩阵、表、数据框或函数的前(或者最后)一部分。head()和tail()相似,他们也可能被扩展到其他类
本文介绍如何使用head()和tail()函数来获取向量、矩阵、表、数据框或函数的前部分或最后部分。这两个函数可以应用于多种类型的数据结构,并且可能已经被扩展到了其他类。
Returns the first or last parts of a vector, matrix, table, data frame or function.
Since head() and tail() are generic functions, they may also have been extended to other classes.
返回向量、矩阵、表、数据框或函数的前(或者最后)一部分。head()和tail()相似,他们也可能被扩展到其他类

被折叠的 条评论
为什么被折叠?