gather_(data, key_col, value_col, gather_cols, na.rm = FALSE, convert = FALSE, factor_key = FALSE)
TRUE
, will remove rows from output where the
value column in NA
.TRUE
will automatically run
type.convert
on the key column. This is useful if the column
names are actually numeric, integer, or logical.FALSE
, the default, the key values will be
stored as a character vector. If TRUE
, will be stored as a factor,
which preserves the original ordering of the columns.