Answers for "how to import data from excel to r"

R
0

import excel into R

library("openxlsx")
read.xlsx("Path_to_your_excel_file\excel_file.xlsx")
Posted by: Guest on June-17-2021

Code answers related to "how to import data from excel to r"

Browse Popular Code Answers by Language