keep_required_columns {IPDFileCheck} | R Documentation |
############################################################################ Function to keep only certain variables
Description
############################################################################ Function to keep only certain variables
Usage
keep_required_columns(variables, the_data)
Arguments
variables |
list of variables |
the_data |
data to be sub setting |
Value
subset
Examples
the_data <- data.frame("Age" = c(21, 15), "sex" = c("m", "f"))
variable <- "Age"
keep_required_columns(variable, the_data)
[Package IPDFileCheck version 0.8.1 Index]