R Tutorial: How to Read an Excel file into R

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

In Rstudio, you should be able to do the following:

library(readxl)
<fname> <- read_excel("<excel file>.xlsx")
View(fname)

Readxl works quite and imports data pretty much flawlessly, with, as you noted, legal variable names.
In fact, using the files pane, you should be able to locate your directory containing the excel file and left click on the file name, which will provide a small pop-up menu that includes the option to import data.

theeddorian
Автор

Please keep posting ur language is so simple and easy to understand.

sagarbhilare
Автор

can you create more videos? This is good.

Zzzlain
Автор

This reads a csv not an excel file. Once it is a csv it is no longer an excel filed

matthewzimmerman
Автор

How do I divide the screen like in the video?

agarces
Автор

Omg i was trying for zo long and al it tool to work was saving it as a different type of file thnx so much👌🏻

themakimika
Автор

wow thank you sir, it is a very big support for me

fangjoker