90977/error-in-library-xlsx-there-is-no-package-called-xlsx
Hi Team,
I am analyzing one file in R. So I need to use the XLSX package. But I am getting the below error when I am trying to use it.
$ library("xlsx") Error in library("xlsx") : there is no package called ‘xlsx’
Hi@akhtar,
You can use the following command in the R console to install the "xlsx" package. It may ask to install some additional packages on which this package is dependent. Follow the same command with the required package name to install the additional packages.
install.packages("xlsx")
Hi@akhtar, You need to install the library in ...READ MORE
Hi@akhtar, The matrics library is not available in ...READ MORE
Hi@akhtar, You can create a pie chart with ...READ MORE
Hi@akhtar, You can find some packages pre-installed in ...READ MORE
Hi@akhtar, In your r studio, the gridExtra module ...READ MORE
Hi@akhtar, You need to install the package in ...READ MORE
Hi@akhtar, You can use the install command at ...READ MORE
Hi@akhtar, It may happen that some libraries are ...READ MORE
Hi@akhtar, By default, the cowplot module is not ...READ MORE
Hi@akhtar, You need to install this library in ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.