get_tibble: Find object with 'nm'

get_tibbleR Documentation

Find object with nm

Description

Recurse into the top level list until an object that has a name matching nm is found

Usage

get_tibble(x, nm = "time", depth = FALSE)

Arguments

x

(list)

nm

(character) The name to recursively search for

depth

(logical) Whether return the object (FALSE) default, or an integer for the depth at which the object was found (TRUE)

Value

(numeric/tibble)


jagg19/AlpacaforR documentation built on July 3, 2023, 12:14 p.m.