Import metadata
writeMetadata.RdThis is a convenience function that writes to the "imports.metadata_import"
Details
The import_metadata table is one of the two major ways of importing data into the database. Together with the table logger_import, this table handles all the routine information about loggers and the fieldwork.
Examples
if (FALSE) { # \dontrun{
connectSeatrack(Username = "testreader", Password = "testreader")
writeMetadata(sampleMetadata)
} # }