Skip to contents

This is a convenience function that writes to the "loggers.logger_info"

Usage

writeLoggerImport(loggerImport, append = T, overwrite = FALSE)

Arguments

append

Logical, default True. If True, the line(s) is appended to the end of the table.

overwrite

Logical, default False. WARNING!! If True, the function overwrites the current content of the logger_info table.

loggerData

A named vector or data frame that fits the logger_info table in schema loggers

Value

Data frame.

Examples

if (FALSE) { # \dontrun{
connectSeatrack(Username = "testreader", Password = "testreader")
writeLoggerImport(sampleLoggerImport)

} # }