pull_vector: Pull vector out of data frame

Description Usage Arguments

View source: R/crop.R

Description

Pull vector out of data frame

Usage

1
pull_vector(df, direction, pos)

Arguments

df

Data frame to be processed

direction

Direction of the vector to be pulled from df #'

"h"

specific row of the df will be returned as avector

"v"

specific column of the df will be returned as a vector

pos

Row- or column position to be searched


Rindrics/colrectr documentation built on Nov. 12, 2021, 1:01 p.m.