read_fsk_manifest {FSK2R} | R Documentation |
Read the manifest of an FSK file and convert it to a data.frame
Description
Read the manifest of an FSK file and convert it to a data.frame
Usage
read_fsk_manifest(file_dir, check = FALSE, filename = "manifest.xml")
Arguments
file_dir |
path to the file. |
check |
Whether to make checks. FALSE by default. |
filename |
Name of the file whith the information (manifest.xml by default). |
Value
A data.frame with the contents of the xlm file.
[Package FSK2R version 0.1.3 Index]