Mam bibliotekę (DPLYR), ale nadal dostaję błąd w selekcji (.,

# 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