importABF: Import ABF files from experiment.

View source: R/importABF.R

importABFR Documentation

Import ABF files from experiment.

Description

Import ABF files from experiment.

Usage

importABF(
  x,
  mdFlag = "-exaMD.csv",
  dir = ".",
  format = "abf",
  sv = TRUE,
  ret = TRUE
)

Arguments

x

Unique ID. Will be combined with mdFlag to isolate and import.

mdFlag

tag that will identify md from experimental parameters

dir

base directory to start search in

format

what format of file are you importing.

sv

Logical. Save nnest. Default is TRUE. Will return list of elements. Named as nnest.

ret

= return the list or just save it.

Value

list with all the components to run data analysis

Examples

## Not run: 
field = importABF("field", mdFlage = "-MD.csv", dir = "exa/field")

## End(Not run)

NRSC/nphys documentation built on Nov. 13, 2024, 2:12 a.m.