save_header: Export GT3X metadata to CSV

Description Usage Arguments Details

View source: R/gt3x_2_csv.R

Description

Formats the data.frame obtained from the read_info function into Actilife's header format, then exports it to a CSV file.

Usage

1
save_header(df_file, outfile_csv, verbose = FALSE)

Arguments

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)

Details

Saves the header extracted from the .gt3x file with the read_info function in the .csv extension (look at read_info function)


danilodpsantos/gt3x2csv documentation built on March 13, 2021, 3:20 a.m.