View source: R/individual_features_function.R
query_individual_features | R Documentation |
Query for features linked to a given individual in inventories
query_individual_features(
id = NULL,
multiple_census = FALSE,
id_traits = NULL,
pivot_table = TRUE,
extract_trait_measures_features = FALSE,
extract_linked_individuals = FALSE,
remove_obs_with_issue = TRUE
)
id |
numeric vector of id from individuals |
multiple_census |
boolean whether multiple census should be shown |
id_traits |
numeric vector of id from traits/features |
pivot_table |
boolean whether results should be pivoted into multiple columns |
extract_trait_measures_features |
boolean whether adding additional features linked to traits/features, only if pivot_table is FALSE |
remove_obs_with_issue |
boolean whether features with issue should be excluded |
tibble
Gilles Dauby, gilles.dauby@ird.fr
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.