View source: R/get-num-files-ids.R
| num_individuals | R Documentation | 
Get the number of unique individuals for a study from the metadata files. Checks for ids in the manifest, individual metadata, and biospecimen metadata.
num_individuals(
  study_view,
  meta_types = c("manifest", "individual", "biospecimen")
)
study_view | 
 The file view for a study, with the columns 'file_data', where each element is a tibble with the data, and metadataType, where each element is the metadataType for the file.  | 
meta_types | 
 List of metadata types to gather ids from. Default is 'manifest', 'individual', and 'biospecimen'.  | 
Number of unique individual ids or 0 if no metadataTypes individual, biospecimen, manifest exist in 'study_view'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.