[SOLVED] data.table fread, how to read in csv file last N rows

Issue Hі! Can someone show on the example of iris.csv how to load the last 10 rows with the fread function from the data.table thanks udp===== write.csv(iris,"C:\\Users\\TARAS\\Desktop\\iris.csv") data.table::fread(cmd="tail -10 C:/Users/TARAS/Desktop/iris.csv") "tail" ­Ґ пў«пҐвбп ў­гв७­Ґ© Ё«Ё ў­Ґи­Ґ© Є®¬ ­¤®©, ЁбЇ®«­пҐ¬®© Їа®Ја

Continue reading