ICdir_chk: Check if directory is suitable for point

ICdir_chkR Documentation

Check if directory is suitable for point

Description

This function checks whether the necessary files for the 'point' read functions are included in the directory.

Usage

ICdir_chk(directory, types = c("is_txt", "chk_is", "stat"))

Arguments

directory

A path or connection to a directory containing raw ion count data files.

types

Regular expression for the required file extensions. Default searches for files ending with .is_txt, .chk_is, and .stat

Value

A logical indicating whether the directory is suitable for 'point'

Examples

ICdir_chk(point_example("2018-01-19-GLENDON"))

MartinSchobben/point documentation built on May 22, 2022, 7:15 a.m.