View source: R/resize_to_shared_individuals_from_files.R
resize_to_shared_individuals_from_files | R Documentation |
gcae_input_data
to only contain the shared individuals.Resize the gcae_input_data
to only contain the shared individuals.
resize_to_shared_individuals_from_files(gcae_input_filenames, verbose = FALSE)
gcae_input_filenames |
the GCAE input filenames, in the form of a list with the following elements:
|
verbose |
the verbosity of a function. Set to TRUE for more output. Use check_verbose to detect if this argument is valid. |
the gcae_input_data
with only shared individuals
Richèl J.C. Bilderbeek
Related resize functions:
Use resize_to_shared_individuals_from_data to resize the data in in-memory data
Use resize_to_shared_individuals_from_files to resize the data in files
gcae_input_data <- create_test_gcae_input_data()
# Show before
summarise_gcae_input_data(gcae_input_data)
gcae_input_data <- resize_to_shared_individuals_from_data(gcae_input_data)
# Show after
summarise_gcae_input_data(gcae_input_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.