eem_hitachi: Importer function for Hitachi F-7000 txt files to be used...

View source: R/eem_importers.R

eem_hitachiR Documentation

Importer function for Hitachi F-7000 txt files to be used with eem_read().

Description

This function can be used to import txt files from Hitachi F-7000 containing EEM data using eem_read.

Usage

eem_hitachi(file)

Arguments

file

path to file passed from eem_read

Value

list with EEM data

Examples


## no example data provided with the package
## below is an example how this could like like
# eems <- "C:/some/path/to/hitachi.TXT"
# eem_list <- eem_read(eems, recursive = TRUE, import_function = eem_hitachi)

# eem_list


staRdom documentation built on July 9, 2023, 5:57 p.m.