check_fsa_v_batch: Check .fsa Version and Batch Information

View source: R/batch_version.R

check_fsa_v_batchR Documentation

Check .fsa Version and Batch Information

Description

This function analyzes .fsa files in a specified folder, providing a summary of their version and batch information.

Usage

check_fsa_v_batch(x)

Arguments

x

The path to the folder from the current directory where the .fsa files that will be analyzed are stored.

Value

A written summary of how many .fsa files are in the folder and which version they are.

Examples

file_path <- system.file("extdata", package = "pooledpeaks")
check_fsa_v_batch(x = file_path)


pooledpeaks documentation built on April 3, 2025, 10:53 p.m.