• R/O
  • SSH

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision3a344a6edebc76634b2f3511f45da1b733c00516 (tree)
Time2024-09-27 03:06:37
AuthorLorenzo Isella <lorenzo.isella@gmai...>
CommiterLorenzo Isella

Log Message

The code now reads the total number of files to read from the input directory.

Change Summary

Incremental Difference

diff -r eca957feb518 -r 3a344a6edebc R-codes/process_spanish_new_data_sequentially.R
--- a/R-codes/process_spanish_new_data_sequentially.R Thu Sep 26 19:53:18 2024 +0200
+++ b/R-codes/process_spanish_new_data_sequentially.R Thu Sep 26 20:06:37 2024 +0200
@@ -9,7 +9,9 @@
99 source("/home/lorenzo/myprojects-hg/R-codes/stat_lib.R")
1010
1111
12-read_seq <- 0:249
12+n_pages <- readRDS("../input/number_pages.RDS")
13+
14+read_seq <- 0:(n_pages-1)
1315
1416
1517 from_scratch <- 1