convert_NAs: Convert -32767 (missing info) to NA

View source: R/RcppExports.R

convert_NAsR Documentation

Convert -32767 (missing info) to NA

Description

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.

Usage

convert_NAs(original_frame)

Arguments

original_frame

data.frame to be processed

Value

processed data.frame

Examples


  data(gaze)
  gaze$samples <- convert_NAs(gaze$samples)


eyelinkReader documentation built on April 4, 2025, 1:30 a.m.