Read individual characteristics from file
Source:R/utilities-individual.R
readIndividualCharacteristicsFromXLS.Rd
Read individual characteristics from file
Usage
readIndividualCharacteristicsFromXLS(
XLSpath,
individualId,
sheet = "IndividualBiometrics",
nullIfNotFound = TRUE
)
Arguments
- XLSpath
Full path to the excel file
- individualId
(String) Id of the individual as stored in the
IndividualId
column.- sheet
Name of the sheet. If
NULL
(default), the first sheet of the file is used.- nullIfNotFound
Boolean. If
TRUE
(default),NULL
is returned if no entry with the giveindividualId
exists. Otherwise, an error is thrown.