Have problem with importing data

Hello
I try to import my excel file in Rstudio but It gives me this message!
"Preparing data import requires update versions of the following packages" Readxl, Rcpp.
Could anyone help in this case?

Install those packages

install.packages(c("Readxl", "Rcpp"))

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.