seq#

swordfish.function.seq()#

Returns a vector starting from start and ending at end. The step between two adjacent elements is 1.

Note

If both start and end are integral or temporal NULLs, the function returns an empty vector.

Parameters:
  • start (Constant) – An integer or a temporal value.

  • end (Constant) – An integer or a temporal value.