Description Usage Arguments Value Examples
View source: R/import_sdr_id.R
import_sdr_id
imports an excel file linking the
location on an SDR to a ID. SDR ID must be a number.
Unused SDRs must be removed from the excel file (No
blank SDRs). Blank or Empty cells must be named Explicitly.
1 | import_sdr_id(file_name, sheet_number = 1)
|
file_name |
A string. The excel file to import. Must contain the DATE in cell B2, BLOCK in B3 and RUN in B4. First 5 rows will be removed after import. |
sheet_number |
An integer. The sheet to import from the excel workbook. Indexed by number. Default is the first sheet. |
A tibble with Date, Run, SDR, Cell Details, and Animal IDs. Will convert b or B or Blank or blank to BLANK. Returns an error if duplicate SDR IDs are detected or unnames cells incuded.
1 | first_run <- import_sdr_ids("./Metab positions 1_17-18NOV.xlsx")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.