View source: R/readGenotypes.R
readGenotypes | R Documentation |
readGenotypes
reads genotyping data from project specific genotyping
Google sheets.
readGenotypes(gsKey, col_types = "?")
gsKey |
a vector containing the google sheet keys for the genotype data to load. Your Google Sheet keys are found in your Google sheets URL. Select the string found between the slashes after spreadsheets/d in your Google Sheet URL. |
col_types |
a single string of readr-style short codes. Default is to
let the column classes be guessed |
A dataframe generated from the Google sheets gsKey
argument.
If multiple Google sheets are provided the data are appended using rbind.
Note, the genotyping sheet must contain variable names specified by the
wild_isolate_genotyping_template
and the data must be found on the
sheet named genotyping template
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.