DSI-Typical Errors
select(gc, bc) Error in select(gc, bc) : unused argument (bc)
- What happened? we use
selectfromMASSpackage instead ofdplyr - How to check:
?select, see what package is first - How to fix?
dplyr::selectdetach("package:dplyr", character.only = TRUE); library("dplyr", character.only = TRUE)
placement_clean |> + group_by(status, degree_t) |> + ``` Error: attempt to use zero-length variable name
- What happened? We have a pipe at the end of line, leading to nothing