I am trying to use select
in R in this specific code chunk and it keeps giving the same message error:
Error: unexpected symbol in:
"stf_acervo_selecionada <- stf_acervo %>% select(Processo, Relator Atual"
This is the written code:
stf_acervo_selecionada <- stf_acervo %>% select(Processo, Relator Atual, Procedência)
Also, it describes that the unexpected token is the word "Atual".
Could anyone help me to understand this error?
Thank you