powered by
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.
read_edf
convert_NAs(original_frame)
processed data.frame
data.frame to be processed
# \donttest{ data(gaze) gaze$samples <- convert_NAs(gaze$samples) # }
Run the code above in your browser using DataLab