У меня есть библиотека (dplyr), но я все еще получаю ошибку в Select (.,

# 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