make_list_of_size: Pad list to a certain size with NAs or another value

View source: R/vectors.R

make_list_of_sizeR Documentation

Pad list to a certain size with NAs or another value

Description

Pad list to a certain size with NAs or another value

Usage

make_list_of_size(x, size, pad = NA_real_)

Arguments

x

vector or list

size

target size after padding

pad

what to pad with, defaults to NA_real_

Examples

make_list_of_size(c(1, 2), 4)


fcocquemas/hfty.helpers documentation built on Feb. 13, 2023, 7:25 a.m.