repeat_value_as_array function

Take an object of length 1 and repeat it.

Take an object of length 1 and repeat it.

repeat_value_as_array(object, n)

Arguments

  • object: Object of length 1 to be repeated - vector, Scalar, Array, or ChunkedArray
  • n: Number of repetitions

Returns

Array of length n

  • Maintainer: Jonathan Keane
  • License: Apache License (>= 2.0)
  • Last published: 2025-02-26