removeProcessCols: removeProcessCols

Description Usage Arguments Value Examples

Description

removes columns that are intermediate columns not required for analysis.

Usage

1

Arguments

db

a table that has intermediate columns generated either by surveycto or for surveycto

Value

a table with the process columns removed

Examples

1
2
db <- data.frame(name_check = c("sehj","k"), subscriberid = c(1,42), sim = c("bite","shark"), sum = c(1,5))
removeProcessCols(db)

sehjk/nooran documentation built on May 16, 2019, 6:44 p.m.