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.