ppms.quickLoad: Loads several Quantum Design PPMS files at once.

View source: R/ppms_quickLoad.R

ppms.quickLoadR Documentation

Loads several Quantum Design PPMS files at once.

Description

It will add a column with "no" numbering each file The "type" column returns "hyst" for hysteresis loops and "temp" for dc susceptiblility (M vs. T)

Usage

ppms.quickLoad(ppms.file.list, verbose = TRUE)

Arguments

ppms.file.list

vector with full path, filenames

verbose

if TRUE additional information

Value

data frame with 7 data columns: time, T, H, M, Merr, type, no

Examples

file.list = vsm.getSampleFiles(type = 'all')[1]
d = ppms.quickLoad(file.list, verbose = FALSE)

thomasgredig/quantumPPMS documentation built on Feb. 21, 2024, 1:13 a.m.