arbin_import_raw: arbin_import_raw

Description Usage Arguments Examples

Description

This function is a simplified version of arbin_import which does not output a separate statistics data frame. Consequently the output is a data frame rather than a list.

Usage

1
arbin_import_raw(file, step.time = TRUE, energy = TRUE, mass = NULL)

Arguments

file

The filename, which must end in .xls or .xlsx.

step.time

Defaults to TRUE. Includes the step time variable from the data file if TRUE.

energy

Defaults to TRUE. Includes the (dis)charge energy variables from the data file if TRUE.

mass

Defaults to NULL. If an active material mass is specified - in MILLIGRAMS - the capacities in the raw and statistics data frames will be converted to mAh/g.

Examples

1
2
mydataset <- arbin_import("dataset.xlsx")
mydataset <- arbin_import("dataset.xlsx", step.time = FALSE)

mjlacey/arbintools documentation built on May 23, 2019, 1:04 a.m.