I appreciated you for your help
I run your command and also run my codes, but I gave the same error that written here
library(annotate)
library(hgu133a.db)
select(x = hgu133a.db,
keys = c("209116_x_at","211696_x_at") ,
columns = c("SYMBOL","ENTREZID","GENENAME"))
Error in select(x = hgu133a.db, keys = c("209116_x_at", "211696_x_at"), :
unused arguments (keys = c("209116_x_at", "211696_x_at"), columns = c("SYMBOL", "ENTREZID", "GENENAME"))
Thank you again