convert_NAs | R Documentation |
Converts all -32767 (smallest INT16 value indicating missing info) to NA.
You don't need to call this function directly, as it is automatically evoked within
read_edf
function.
convert_NAs(original_frame)
original_frame |
data.frame to be processed |
processed data.frame
data(gaze)
gaze$samples <- convert_NAs(gaze$samples)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.