chunk.NaN | R Documentation |
Return first line with NaN when using chunk
chunk.NaN(x, chunkSize, overlap = 0)
x |
Length of input vector for chunk |
chunkSize |
Integer, size of each block. |
overlap |
Integer, number of overlapping data points. |
Returns |
0 if no NaN values are imputed and an integer line number with the first imputed NaN value otherwise. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.