replace_col {pivotea} | R Documentation |
Replace a col with a data.frame.
Description
Replace a col with a data.frame.
Usage
replace_col(df, replace)
Arguments
df , replace |
A dataframe. |
Value
A dataframe.
Examples
(state <- tibble::tibble(state = state.name, area = state.area))
(abb <- tibble::tibble(state = state.name, abb = state.abb))
replace_col(state, abb)
[Package pivotea version 1.0.2 Index]