Finds all .raw files in a folder.
Arguments
- folder
path to a folder with raw files
- pattern
provide a name pattern to find only specific raw files
- include_cache
whether to include .raw.cache.zip folders in the absence of the corresponding .raw file so that copies of the cache are read even in the absence of the original raw files
- recursive
whether to find files recursively
Examples
# all .raw files provided with the isoorbi package
orbi_find_raw(system.file("extdata", package = "isoorbi"))
#> [1] "/home/runner/work/_temp/Library/isoorbi/extdata/nitrate_test_10scans.raw"
#> [2] "/home/runner/work/_temp/Library/isoorbi/extdata/nitrate_test_1scan.raw"