I have a folder /data
and this folder has around 50,000 r datasets. Each dataset starting with File_
. It goes like this.
File_1323.rds
File_3223.rds
File_5122.rds
File_8273.rds
.
.
.
I need help counting the total number of rows in all these files. Not one file at a time. Total number of rows from all these files combined. Any suggestions much appreciated. Thanks in advance.