read_PeakScanner: Import PeakScanner *combined table* .csv files into R

View source: R/import.R

read_PeakScannerR Documentation

Import PeakScanner *combined table* .csv files into R

Description

read_PeakScanner

Usage

read_PeakScanner(directory_path, pattern = NULL, type = "legacy")

Arguments

directory_path

a path to a directory containing the .csv files

pattern

a regex pattern for selecing files in the directory, defaults to reading all .csv files present

type

a character string, either 'legacy' or 'cloud' indicating where the file was generated (desktop app or online app); defaults to 'legacy'

Value

generates a named list of tibbles, each neamed element is one *combined table* named with its origin file path


eric-hunt/fragr documentation built on May 1, 2022, 6:39 a.m.