fetch_var_in_range: Fetches values from a melted data frame that are within a...

Description Usage Arguments

Description

Fetches values from a melted data frame that are within a particular range.

Usage

1

Arguments

var

character. The name of the variable within the data frame to select values from.

min

numeric. The smaller end of the range.

max

numeric. The upper end of the range.

data.

The data to grap values from. This is assumed to be a three column melted dataframe, using reshape2 <http://cran.r-project.org/web/packages/reshape2/index.html>. The first column should contain IDs, the second column should contain variable names, and the third column should contain variable values.


peterhurford/surveytools documentation built on May 25, 2019, 1:51 a.m.