delist: a function to unlist but replacing empty values by NA to keep...

View source: R/utils.R

delistR Documentation

a function to unlist but replacing empty values by NA to keep the length

Description

a function to unlist but replacing empty values by NA to keep the length

Usage

delist(l, unname = TRUE)

Arguments

l
  • a list

unname
  • boolean switch to unname response (default = true)

Value

a vector


jwist/fusion documentation built on Jan. 25, 2024, 3:24 p.m.