Description Usage Arguments Details Value Author(s) See Also
Imports data from any cyclic voltammetry curves collected with the Gamry potentiostat and outputs them in a list of data frames.
| 1 | import_all_cyclic_voltammetry(filepath, identifier = ".DTA", ...)
 | 
| filepath | The directory in which the files are located. | 
| identifier | A character string. All file names in  | 
| ... | More parameters to pass to import_cv. | 
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.
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.
Mike Gerhardt
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.