View source: R/utilities-individual.R
readIndividualCharacteristicsFromXLS | R Documentation |
Read individual characteristics from file
readIndividualCharacteristicsFromXLS(
XLSpath,
individualId,
sheet = "IndividualBiometrics",
nullIfNotFound = TRUE
)
XLSpath |
Full path to the excel file |
individualId |
(String) Id of the individual as stored in the
|
sheet |
Name of the sheet. If |
nullIfNotFound |
Boolean. If |
Read individual characteristics from an excel sheet
and create an IndividualCharacteristics
-object. The excel sheet must have
the columns IndividualId
, Species
, Population
, Gender
, Weight [kg]
,
Height [cm]
, Age [year(s)]
, Protein
, and Ontogeny
.
An IndividualCharacteristics
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.