pick: Pick a single coo_df from a mom_tbl

Description Usage Arguments Value Note See Also Examples

View source: R/mom_coo_coe_verbs.R

Description

Pick a single coo_df from a mom_tbl

Usage

1
pick(x, i)

Arguments

x

a mom_tbl or a coo_list

i

int which to extract. If not provided, pick one randomly.

Value

a coo_df

Note

Used to be [[ in Momocs < 2.0 (eg bot[[1]] is replace with bot %>% pick(1))

See Also

slive

Other mom verbs: press(), slive(), unfold()

Examples

1
2
bot %>% pick(1) %>% gg()
bot$coo %>% pick(2)

MomX/Momocs2 documentation built on May 13, 2020, 4:28 a.m.