elco_xrf_export_csv: Reformats raw csv X-ray fluorescence data as exported by the...

View source: R/elco_xrf_export_csv.R

elco_xrf_export_csvR Documentation

Reformats raw csv X-ray fluorescence data as exported by the vendor software.

Description

elco_xrf_export_csv takes an object of class xrf and exports two csv files: one with the measured data and one with metadata indicating data types and units of measurement.

Usage

elco_xrf_export_csv(x, file)

Arguments

x

An object of class xrf.

file

A character value representing a path and file name (csv file) where to export the reformatted data to. The two exported csv files are named using the value of file:

  1. A file named with the value of file.

  2. A file named with the value of file and with additional "_metadata", containing the metadata (variable type and unit).

Value

nothing.


henningte/elco documentation built on May 21, 2022, 6:56 p.m.