check_ia: Check the interest area IDs and labels

Description Usage Arguments Value Examples

View source: R/checking.R

Description

check_ia examines both the interest area IDs and interest area labels (and their mapping) for both eyes. It returns a summary of the information and will stop if the data are not consistent with the requirements for further processing.

Usage

1

Arguments

data

A data table object output by relabel_na.

Value

The value(s) and label(s) of interest areas and how they map for each eye.

Examples

1
2
3
4
5
6
## Not run: 
library(VWPre)
# Check the interest area information...
check_ia(dat)

## End(Not run)

VWPre documentation built on Nov. 30, 2020, 1:08 a.m.