read_discards: Extract sample identifiers from a file with discards from...

Description Usage Arguments Value Examples

Description

Currently only workds with CSVs, could be extended to XLSX

Usage

1
read_discards(file, separate_uid = TRUE, ...)

Arguments

file

A path to a CSV file with discards.

separate_uid

Boolean. Should the UID from the scope be split into 3 separate columns (plate, well, site).

...

Arguments passed to read_generic()

Value

A data frame.

Examples

1
2
3
4
5
## Not run: 
# scope data
scope_discards <- read_discards(367357642382) # a file on Box

## End(Not run)

hemoshear/assayr2 documentation built on Nov. 8, 2019, 6:13 p.m.