blocksize | R Documentation |
Return the maximum number of rows to use based on the amount of ram memory.
blocksize(data, ram = get_ram())
data |
matrix-like object. |
ram |
the max amount of ram (in bytes) to use. |
Numeric value of the maximum number of rows.
data <- matrix(NA, nrow = 100, ncol=1000) blocksize(data, ram=1e6)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.