import_all_cyclic_voltammetry: Imports all cyclic voltammetry data

Description Usage Arguments Details Value Author(s) See Also

Description

Imports data from any cyclic voltammetry curves collected with the Gamry potentiostat and outputs them in a list of data frames.

Usage

1
import_all_cyclic_voltammetry(filepath, identifier = ".DTA", ...)

Arguments

filepath

The directory in which the files are located.

identifier

A character string. All file names in filepath are searched for this value, and any file names with a match are imported.

...

More parameters to pass to import_cv.

Details

This function finds all files marked with identifier, assumes they are cyclic voltammograms, and calls import_cv on each. It puts out a list, with each list element containing the full filename from which the data was imported and the data itself in a data frame. This function should NOT be used with cyclic voltammograms performed on a full cell to obtain polarization curves. Use import_cell_cv instead.

Value

Returns a list. Each list element contains the full path and file name of the imported file and a data frame with that file's data.

Author(s)

Mike Gerhardt

See Also

import_cv


mikegerhardt/echem documentation built on May 22, 2019, 10:51 p.m.