split_vector: Split a Vector

View source: R/utility_functions.R

split_vectorR Documentation

Split a Vector

Description

Split a Vector

Usage

split_vector(x, max_length)

Arguments

x

a vector

max_length

the maximum length of the returned vectors

Details

This function splits a vector so that it doesn't exceed a maximum length

Value

a list of split x where each element does not exceed the length of max_length


MatthewJWhittle/getarc documentation built on April 22, 2023, 12:16 p.m.