ll_write_device_data_logs_to_file | R Documentation |
Write device data logs to an .rds, .xlsx (excel), and/or .csv file and optionally compress them into a zip archive. Note that target files will be overwritten if they already exist.
ll_write_device_data_logs_to_file(
device_data_logs,
file_path,
zip = FALSE,
quiet = default(quiet)
)
device_data_logs |
data logs to save |
file_path |
path to the .rds, .xlsx and/or .csv files (can be multiple). All folders must already exist. |
zip |
whether to zip the resulting file(s). Use |
generate_rmd |
whether to generate an RMarkdown file for analysis. If both .rds and .xlsx file paths are provided, reads from the one listed first. Use |
returns the logs invisibly for piping
Other data logs functions:
ll_get_device_data_logs()
,
ll_plot_device_data_logs()
,
ll_read_device_data_logs_from_file()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.