View source: R/batch_version.R
check_fsa_v_batch | R Documentation |
This function analyzes .fsa files in a specified folder, providing a summary of their version and batch information.
check_fsa_v_batch(x)
x |
The path to the folder from the current directory where the .fsa files that will be analyzed are stored. |
A written summary of how many .fsa files are in the folder and which version they are.
file_path <- system.file("extdata", package = "pooledpeaks")
check_fsa_v_batch(x = file_path)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.