Publications by Gregor Gorjanc

Read line by line of a file in R

01.12.2013

Are you using R for data manipulation for later use with other programs, i.e., a workflow something like this:read data sets from a disk,modify the data, andwrite it back to a disk.All fine, but of data set is really big, then you will soon stumble on memory issues. If data processing is simple and you can read only chunks, say only l...

798 sym R (395 sym/1 pcs)

cpumemlog: Monitor CPU and RAM usage of a process (and its children)

15.01.2015

Long time no see …Today I pushed the cpumemlog script to GitHub https://github.com/gregorgorjanc/cpumemlog. Read more about this useful utility at the GitHub site. Related To leave a comment for the author, please follow the link and comment on their blog: Gregor Gorjanc (gg). R-bloggers.com offers daily e-mail updates about R...

579 sym