range_gen: This function generates a range based on a column and a...

Description Usage Arguments Examples

Description

This function generates a range based on a column and a specified range, remember to change the new column name to your choice

Usage

1
range_gen(df, col_ref, range)

Arguments

df

data frame

col_ref

double quoted column reference

range

the range that you want to generate

Examples

1
col_ref = "Size", range = 5. this will find the column Size in the df supplied and generate size ranges of 5 inch, 25-30, 30-35

marcuskhl/BasicSettings documentation built on May 21, 2019, 11:44 a.m.