View source: R/save_sample_ids.R
save_sample_ids | R Documentation |
sample_ids
to file.Save a sample_ids
to file.
save_sample_ids(sample_ids, sample_ids_filename)
sample_ids |
sample IDs, which is a tibble
with two columns: the first column holds the family ID
(called |
sample_ids_filename |
name of a file to store |
Nothing. Will create a file
Richèl J.C. Bilderbeek
sample_ids <- get_test_sample_ids()
sample_ids_filename <- get_plinkr_tempfilename()
save_sample_ids(
sample_ids = sample_ids,
sample_ids_filename = sample_ids_filename
)
# Clean up
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.