Révision | 3a344a6edebc76634b2f3511f45da1b733c00516 (tree) |
---|---|
l'heure | 2024-09-27 03:06:37 |
Auteur | Lorenzo Isella <lorenzo.isella@gmai...> |
Commiter | Lorenzo Isella |
The code now reads the total number of files to read from the input directory.
@@ -9,7 +9,9 @@ | ||
9 | 9 | source("/home/lorenzo/myprojects-hg/R-codes/stat_lib.R") |
10 | 10 | |
11 | 11 | |
12 | -read_seq <- 0:249 | |
12 | +n_pages <- readRDS("../input/number_pages.RDS") | |
13 | + | |
14 | +read_seq <- 0:(n_pages-1) | |
13 | 15 | |
14 | 16 | |
15 | 17 | from_scratch <- 1 |