get_all_blocks: Read all data blocks from a file, with each dataframe being...

View source: R/plate_biotek.R

get_all_blocksR Documentation

Read all data blocks from a file, with each dataframe being an entry in a list

Description

Read all data blocks from a file, with each dataframe being an entry in a list

Usage

get_all_blocks(
  lines,
  temp = FALSE,
  format_well = TRUE,
  include_id = FALSE,
  second_wl = TRUE,
  rownum = FALSE
)

Arguments

lines

Vector of strings that are lines from a .csv file.

temp

Whether to include the temp column of a file.

format_well

Whether to format the well ID column of a file.

include_id

Whether to include the label / ID information for the data block as a column in the resulting data frame.

second_wl

Whether to include the second possible wavelength in column names when reading in.

rownum

Whether to include row numbers from pre-pivoted blocks when reading in.


rforbiochemists/wellr documentation built on March 28, 2024, 4:26 a.m.