View source: R/func_process_input_data.R
read_input_data | R Documentation |
Internal function used to read in data from admixture or coordinates input file.
read_input_data(file)
file |
path to input file. |
A data.frame object.
file_path <- system.file("extdata", "admixture1.csv", package = "mapmixture")
read_input_data(file_path)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.