Constructor for a nanodrop object
new_nanodrop.RdAs this is a low-level constructor, it will let you do some un-recommended things without error. You have been warned.
Usage
new_nanodrop(
data = data.frame(),
raw_data = data.frame(),
date = lubridate::Date(),
nucleotide = character(),
is_tidy = logical()
)Arguments
- data
data.frame, no restrictions on form.- raw_data
data.frame, no restrictions on form. Typically represents read-in data with no changes to it.- date
lubridate::Dateobject- nucleotide
character. Should likely be DNA, RNA, dsDNA, or even dsRNA.- is_tidy
logical. Is thedata.frameprovided tidy?