Learn R Programming

shinysurveys (version 0.2.0)

pluck_by_index: Simple pluck

Description

simple and specific version of purrr::pluck to meet use-case

Usage

pluck_by_index(list, index)

Arguments

list

A list object

index

A numeric index

Value

Returns list element.