Skip to contents

[Experimental] This function generates a series of files in TTL and XML formats based on a spreadsheet template ('specimen_template.xlsx'). These files reproduce the contents of each row according to the Semantic Sensor Network Ontology (SSN) model and the relevant standards. For more details on compatibility, refer to: https://github.com/oggioniale/specimen_catalogue?tab=readme-ov-file.

Usage

specimen_catalogue(excel_path = NULL)

Arguments

excel_path

A string of the location where the spreadsheet template is located

Value

A folder in the working directory containing two files, TTL and XML, for each sample listed in the 'SpecimenInfo' worksheet of the spreadsheet template.

Author

Alessandro Oggioni, phD (2023) oggioni.a@cnr.it

Examples

if (FALSE) {
## Not run:
specimen_catalogue(excel_path = "./specimen_template.xlsx")

}
## End (Not run)