view_plate_names: Returns the name of each plate in the file

View source: R/view_plate_names.R

view_plate_namesR Documentation

Returns the name of each plate in the file

Description

Returns the name of each plate in the file

Usage

view_plate_names(file, sheet = 1)

Arguments

file

This is the path to a xlsx or csv file containing data for the following types of plates: 6, 12, 24, 48, 96, 384, and 1536.

sheet

If file type is xlsx this is the sheet name (character) or number (integer).

Value

A character vector

Examples

file_path <- system.file("extdata", "example_12_well.xlsx", package = "tidyplate")

data_12 <- view_plate_names(file = file_path)

data_12

tidyplate documentation built on Oct. 9, 2024, 1:07 a.m.