View source: R/readXRF_excel.R
readXRF_excel | R Documentation |
This function will return a tidy data frame from Panalytical E5 XRF instrument results which are stored in an Excel worksheet.
readXRF_excel(file, XRF, ...)
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(). |
## Not run: readXRF_excel("pathTo/excel/file","Odin") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.