Open ramiromagno opened 3 years ago
It would be nice if ... (the name-value pairs) in spread_values() would work like in dplyr::mutate(). By this I mean being able to write code like:
...
spread_values()
dplyr::mutate()
tbl_json %>% spread_values( mean = jnumber(mean), counts = as.integer(jnumber(counts)) )
i.e, specify computations immediately inline such as as.integer().
as.integer()
It would be nice if
...
(the name-value pairs) inspread_values()
would work like indplyr::mutate()
. By this I mean being able to write code like:i.e, specify computations immediately inline such as
as.integer()
.