I am struggling to google search what the '::' and what the '!!' do within the Dplyr package or R in general. ( I am very new to R).
dplyr::select(Level, Effect) %>%
rename(!!colname := Effect,
!!effect := Level)
I am struggling to google search what the '::' and what the '!!' do within the Dplyr package or R in general. ( I am very new to R).
dplyr::select(Level, Effect) %>%
rename(!!colname := Effect,
!!effect := Level)