Skip to contents

This is the harp_list method for pull(). It works in exactly the same way except that a list of vectors is returned. To use this function, the dplyr package must be attached and the .harp_list suffix can be dropped.

Usage

# S3 method for harp_list
pull(.data, ...)

Arguments

.data

A data frame, data frame extension (e.g. a tibble), or a lazy data frame (e.g. from dbplyr or dtplyr). See Methods, below, for more details.

...

For use by methods.