Example #1
0
    def execute(this, arguments, WORKINGMATRIX):
        path = arguments[0]
        numlines = 10
        if len(arguments) == 2:
            numlines = arguments[1]

        MatrixUtils.head(path, numlines)