3.Learning R - Import Excel Files Using readxl Package

Опубликовано: 10 Октябрь 2024
на канале: Mohammad Sahebhonar
100
0

https://msahebhonar.com/

In this video, we want to get data from excel files. One of the most common file formats to store data is Excel spreadsheets. We could export data from a spreadsheet to a CSV or TSV file format and import the text file into R. However, It is possible to get data directly out of an Excel spreadsheet and into R using the read_excel() function which belongs to readxl package.