Learn R Programming

pooledpeaks (version 1.1.1)

check_fsa_v_batch: 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)

Value

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

Arguments

x

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

Examples

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

Run the code above in your browser using DataLab