This function is used to list columns that contains the provided specific value.
Value
A character vector of column names that contains the provided specific value.
Otherwise return NA.
Examples
if (FALSE) { # \dontrun{
get_cols_value(data = ADNIMERGE2::CDR, value = "Telephone Call")
} # }
