import_data | R Documentation |
To be replaced by the user chosing the relevant columns
import_data(file, index_column, additional_data, locus_names)
file |
The path to the file to be imported |
index_column |
The name or index of the column containing the indexes |
additional_data |
A vector with the names or indexes to the columns that contain the date, north, east, gender, and any preset id:s in that order. |
locus_names |
A vector with the name or indexes to the columns that contain the genotypes |
A table with the relevant columns from the file
## Not run:
data <- import_data("raw_data.csv")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.