Returns a table that does not contain the first specified number of rows, {1}, of the table {0}. The number of rows skipped ...

Returns a table that does not contain the first specified number of rows, {1}, of the table {0}. 
    The number of rows skipped depends on the optional parameter {1}. 
    
  • If {1} is omitted only the first row is skipped.
  • If {1} is a number, that many rows (starting at the top) will be skipped.
  • If {1} is a condition, the rows that meet the condition will be skipped until a row does not meet the condition.