Description Usage Arguments Examples
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.
1 | arbin_import_raw(file, step.time = TRUE, energy = TRUE, mass = NULL)
|
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. |
1 2 | mydataset <- arbin_import("dataset.xlsx")
mydataset <- arbin_import("dataset.xlsx", step.time = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.