get_one_record_df: Returns a one record dataframe with the data from one assay...

Description Usage Arguments

View source: R/get_one_record_df.R

Description

Returns a one record dataframe with the data from one assay record.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
get_one_record_df(
  file_name,
  order_pk,
  print_date_tm,
  bill_po,
  request_num,
  report_contact,
  received_date,
  report_date,
  order_comment,
  line_1,
  line_2,
  col_boundaries
)

Arguments

file_name

name of file according to $meta$id

order_pk

order primary key

print_date_tm

print date of report

bill_po

bill number

request_num

request number

report_contact

report contact

received_date

date samples were received

report_date

date the report was generated according to $meta$datetimestamp

order_comment

comment provided by SNPRC about the order

line_1

first line of data

line_2

second line of data

col_boundaries

locations of start and end column for each data type


rmsharp/snprcspf documentation built on June 15, 2020, 11:21 a.m.