rep_list_elements: Replicate Elements of List to Specified Length

View source: R/helpers.R

rep_list_elementsR Documentation

Replicate Elements of List to Specified Length

Description

Replicate Elements of List to Specified Length

Usage

rep_list_elements(ls = list(), length.out = 1)

Arguments

ls

list that have elements to replicated

length.out

amount of replication

Value

a list with equal length of elements


Lightbridge-KS/lbdoc documentation built on May 16, 2024, 3:03 p.m.