write_InputTemplate {RCarb} | R Documentation |
Write table input template
Description
This function creates a template table that can be used as input for the function model_DoseRate
Usage
write_InputTemplate(file = NULL, ...)
Arguments
file |
character (optional): output path, if |
... |
additional arguments that can be passed to function write.table if |
Function version
0.1.0
How to cite
Kreutzer, S., 2022. write_InputTemplate(): Write table input template. Function version 0.1.0. In: Kreutzer, S., Nathan, R.P., Mauz, B., 2022. RCarb: Dose Rate Modelling of Carbonate-Rich Samples . R package version 0.1.6. https://r-lum.github.io/RCarb/
Author(s)
Sebastian Kreutzer, Institute of Geography, Heidelberg University (Germany)
See Also
Examples
##create template without file creation
write_InputTemplate()
## Not run:
##Example with file output
## set temporary filename
## (replace by own path if needed)
temp_file <- tempfile(pattern = "template", fileext = ".csv")
write_InputTemplate(file = temp_file)
## End(Not run)
[Package RCarb version 0.1.6 Index]