Answers for "read excel in 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

Browse Popular Code Answers by Language