new_nanodrop: Constructor for a nanodrop object

Description Usage Arguments Value

View source: R/nanodrop.R

Description

As this is a low-level constructor, it will let you do some un-recommended things without warning. You have been warned.

Usage

1
2
3
4
5
6
new_nanodrop(
  data = data.frame(),
  date = lubridate::Date(),
  nucleotide = character(),
  is_tidy = logical()
)

Arguments

data

data.frame, no restrictions on form.

date

lubridate::Date object

nucleotide

character. Should likely be DNA, RNA, dsDNA, or even dsRNA.

is_tidy

logical. Is the data.frame provided tidy?

Value

a nanodrop object


KaiAragaki/ragaki documentation built on Dec. 25, 2021, 2:24 a.m.