read.moleculelists: Function to read multiple datasets using a specific reader

View source: R/io.R

read.moleculelistsR Documentation

Function to read multiple datasets using a specific reader

Description

Function to read multiple datasets using a specific reader

Usage

read.moleculelists(file_paths, rdr = read.moleculelist_rapidstorm, ...)

Arguments

file_paths

list of file_paths to read

rdr

reader function that takes a file path as input and returns a ppp object.

...

extra arguments passed to rdr function.

Value

list(ppp)


keithschulze/supr documentation built on Nov. 26, 2022, 7:09 a.m.