R programming language For Beginners: Learn R Programming Language Tutorial by Shila Kavi

R programming language For Beginners: Learn R Programming Language Tutorial by Shila Kavi

Author:Shila, Kavi
Language: eng
Format: epub
Publisher: Kavi & Shila Book Publication House
Published: 2024-07-11T00:00:00+00:00


Chapter - 20 : Excel File

Microsoft Excel is the most widely used spreadsheet program which stores data in the .xls or .xlsx format. R can read directly from these files using some excel specific packages. Few such packages are - XLConnect, xlsx, gdata etc. We will be using the xlsx package. R can also write into excel files using this package.

Install xlsx Package

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")



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.