Learn R Programming

beezdemand (version 0.2.0)

pull: Pull

Description

[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)

Value

Vector

Arguments

x

A data frame

y

Name of column

Author

Brent Kaplan bkaplan.ku@gmail.com

Details

Pull vector from data frame