import_all_cc_cycles: Import each cycle in a folder.

Description Usage Arguments Details Value Functions Author(s) See Also

Description

These functions imports all the constant current or constant voltage cycling data in a given folder. The functions rely on differences in filename to distinguish charge curves from discharge curves.

Usage

1
2
3
4
5
import_all_cc_cycles(filepath = "mrgPWRCAPACITY/CHARGE_DISCHARGE/",
  allcyclesid = "CHARGE", dischargeid = "DISCHARGE", ...)

import_all_cv_cycles(filepath, allcyclesid = "charge",
  dischargeid = "discharge", ...)

Arguments

filepath

Path where the charge/discharge cycle files are located

allcyclesid

A character string which is compared to each filename in filepath. Any file having this string is considered a cycle.

dischargeid

A character string which is compared to each cycle found by allcyclesid. All cycles having this pattern are marked discharge cycles, and the remaining cycles are assumed to be charge cycles.

...

arguments to pass to each import_cycle function.

Details

Each of these functions calls the appropriate import_cc_cycle or import_cv_cycle fuction on each file matching the descriptions you give in the function call.

Value

Returns a data frame containing each cycle in a folder, with a cycle number tag allowing you to subset the data by cycle if you wish.

Functions

Author(s)

Mike Gerhardt

See Also

import_cc_cycle, import_cv_cycle


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