View source: R/updateBlocksize.R
updateBlocksize | R Documentation |
Function queries available memory to either lower or increase the blocksize used by function g.readaccfile
updateBlocksize(blocksize, bsc_qc)
blocksize |
Number of filepages (binary data) or rows (other dataformats). |
bsc_qc |
Data.frame with columns time (timestamp from Sys.time) and size (memory size). This is used for housekeeping in g.calibrate and g.getmeta |
List with blocksize and bsc_qc, same format as input, although bsc_qc has one new row.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.