head# swordfish.function.head()# Return the first n element(s) of a vector, or the first n columns of a matrix, or the first n rows of a table. Parameters: X (Constant) – A vector/matrix/table. n (Constant, optional) – A positive integer. The default value is 1.