read_fsk_metadata_excel {FSK2R} | R Documentation |
FSK metadata from local Excel file
Description
FSK metadata from local Excel file
Usage
read_fsk_metadata_excel(
fsk_object,
path,
type_of_model = "generic",
fsk_version = "1.0.5"
)
Arguments
fsk_object |
FSK2R object where to save the data |
path |
character describing the path to the file |
type_of_model |
character identifying the type of model |
fsk_version |
Character describing the version of FSK-ML ("1.04" by default). |
Value
A list with the information in the Excel file as generated by metadata_list_to_fsk.
[Package FSK2R version 0.1.3 Index]