list: Utilities for lists

setdefaultR Documentation

Utilities for lists

Description

setdefault() and update_() return lists modified in similar ways to the equivalent methods of Python dict.

select_list() is an alternative to dplyr::select() for lists.

Usage

setdefault(object, other = NULL, ...)

update_(object, other = NULL, ...)

select_list(object, ...)

Arguments

object, other

A list.

...

Name-value pairs or tidyselect expressions.


heavywatal/rwtl documentation built on April 29, 2024, 2:02 a.m.