Description Usage Arguments Details
Formats the data.frame obtained from the read_info function into Actilife's header format, then exports it to a CSV file.
1 | save_header(df_file, outfile_csv, verbose = FALSE)
|
df_file |
data.frame with metadata generated by the read_info function |
outfile_csv |
complete path to the output CSV file the header will be written to |
verbose |
logical: wether to show detailed log messages or not (default: FALSE) |
Saves the header extracted from the .gt3x file with the read_info function in the .csv extension (look at read_info function)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.