Description Usage Arguments Examples
View source: R/c14_date_list_write_c14.R
write c14_date_lists to files
1 2 3 4 5 6 7 |
x |
an object of class c14_date_list |
format |
the output format: 'csv' (default) or 'xlsx'.
'csv' calls |
... |
passed to the actual writing functions |
1 2 3 4 5 | write_c14(
example_c14_date_list,
file = tempfile(),
format = "csv"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.