my_unlist {tidyjson}R Documentation

Unlists while preserving NULLs and only unlisting lists with one value

Description

Unlists while preserving NULLs and only unlisting lists with one value

Usage

my_unlist(l, recursive = FALSE)

Arguments

l

a list that we want to unlist

recursive

logical indicating whether to unlist nested lists


[Package tidyjson version 0.3.2 Index]