Skip to contents

[Deprecated]

Pulls a single vector from a data frame. Good to use with dplyr. From https://stackoverflow.com/questions/21618423/extract-a-dplyr-tbl-column-as-a-vector

Usage

pull(x, y)

Arguments

x

A data frame

y

Name of column

Value

Vector

Details

Pull vector from data frame

Author

Brent Kaplan bkaplan.ku@gmail.com