
Read individual characteristics from file
Source:R/utilities-individual.R
readIndividualCharacteristicsFromXLS.RdRead 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
IndividualIdcolumn.- sheet
Name of the sheet. If
NULL(default), the first sheet of the file is used.- nullIfNotFound
Boolean. If
TRUE(default),NULLis returned if no entry with the giveindividualIdexists. Otherwise, an error is thrown.