import_dynamicBundle: Import dynamic Uncle spectra (DLS) into R

Description Usage Arguments Details Value

View source: R/import.R

Description

import_dynamicBundle

Usage

1
2
3
4
5
6
import_dynamicBundle(
  directory_path,
  pattern = "DLS Bundle",
  skip = 2,
  combine = TRUE
)

Arguments

directory_path

a path to a directory containing the exported .xlsx files

pattern

a regex for narrowing selection of files in the 'directory_path'; defaults to "DLS Bundle"

skip

number of rows of embedded run metadata in the .xlsx file to remove; default is 2

combine

if TRUE, returns all imported data merged into one unified dataframe with an "origin" column listing the original file path, FALSE will return a list of dataframes; default is TRUE

Details

Note: This import function will only import DLS spectra performed at the beginning of the temperature ramp, i.e. the lowest temperature.

Value

a named (with filename) list of dataframes or a single merged dataframe


eric-hunt/uncleR documentation built on Dec. 20, 2021, 5:28 a.m.