Gather a data frame
gather_data( data, variable_name = "item", numeric_ids = c("^id"), use_logical_keys = TRUE, use_factor_keys = TRUE, unite_columns = NULL, separate_columns = NULL, use_date_keys = FALSE, remove_na = TRUE )
data | a |
---|---|
variable_name | variable column name |
numeric_ids | vector of numeric ids |
use_logical_keys | if |
use_factor_keys | if |
unite_columns | if not
|
separate_columns | if not
|
use_date_keys | if |
remove_na | removes NA columns |
a tibble