powered by
write c14_date_lists to files
write_c14(x, format = c("csv"), ...)# S3 method for default write_c14(x, format = c("csv"), ...)# S3 method for c14_date_list write_c14(x, format = c("csv"), ...)
# S3 method for default write_c14(x, format = c("csv"), ...)
# S3 method for c14_date_list write_c14(x, format = c("csv"), ...)
an object of class c14_date_list
the output format: 'csv' (default) or 'xlsx'. 'csv' calls utils::write.csv(), 'xlsx' calls openxlsx::write.xlsx()
utils::write.csv()
openxlsx::write.xlsx()
passed to the actual writing functions
# NOT RUN { write_c14( example_c14_date_list, file = tempfile(), format = "csv" ) # }
Run the code above in your browser using DataLab