Answers for "r read excel start from row"

0

r read excel start from row

library(xlsx)
 read.xlsx("my_path\\my_file.xlsx", "sheet_name", rowIndex = 5:700, colIndex = 1:10)
Posted by: Guest on March-09-2021

Browse Popular Code Answers by Language