varRequest: Return the percentage of instances of a certain variable...

Description Usage Arguments Value Examples

View source: R/varRequest.R

Description

Return the percentage of instances of a certain variable based on another.

Usage

1
varRequest(x, y, b, z, a)

Arguments

x

a data frame.

y

the column of the data frame to filter by.

b

the variable being filtered by.

z

the column of the data frame to search.

a

the variable being tested.

Value

A vector made up of percentage values of the instances of a certain variable. y.

Examples

1
varRequest(x, y, b, z, a)

Jacob909/prdctr documentation built on Dec. 18, 2021, 12:29 a.m.