readXRF_excel: Function to get XRF analysis data from Excel.

View source: R/readXRF_excel.R

readXRF_excelR Documentation

Function to get XRF analysis data from Excel.

Description

This function will return a tidy data frame from Panalytical E5 XRF instrument results which are stored in an Excel worksheet.

Usage

readXRF_excel(file, XRF, ...)

Arguments

file

The path and file name of the Excel workbook containing the data.

XRF

The name of the XRF instrument (e.g. Froya, Thor).

...

Any other parameters which will passed directly to read_excel().

Examples

## Not run: 
readXRF_excel("pathTo/excel/file","Odin")

## End(Not run)


jgiacomo/AQRCxray documentation built on Nov. 19, 2022, 9:15 p.m.