span: Function that describes a range in a given data frame...

Description Usage Arguments Value

View source: R/import-data.R

Description

Function that describes a range in a given data frame context. Intended for use within a pipeline, where there's no explicit data frame to measure, like for the inds argument of remove_cols and remove_rows.

Usage

1
span(type, fromInd, toInd)

Arguments

type

Either Is this a range of 'row' or 'col'

fromInd

Either a numeric, or 'start' or 'end'

toInd

Either a numeric, or 'start' or 'end'

Value

function(d), called with a data frame, that returns a numeric vector.


interzoneboy/MS-prep documentation built on June 13, 2020, 7:03 a.m.