slice: Function to break up a vector by certain N sized chunks.

Description Usage Arguments

View source: R/slice.r

Description

Function to break up a vector by certain N sized chunks.

Usage

1
slice(input, by = 2, equalpiecesof = NULL)

Arguments

input

Input character vector

by

Number by which to split the input character vector


sckott/sacbox documentation built on Sept. 3, 2020, 7:22 p.m.