J'ai une bibliothèque (DPLYR) mais j'obtiens toujours une erreur dans 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