Eu tenho biblioteca (DPLYR), mas ainda recebo erros em selecionar (.,
# this is due to conflict and using conflict_prefer(select, "dplyr") might not work
# you will need to use
dplyr::select()
#or any other function in dplyr else you will kill getting error
adeshina Ibrahim