Write csv

ts_write_csv(data, file = "tsdbr.csv")

Arguments

data

The data frame with minimum of columnms Station and DateTime

file

either a character string naming a file or a connection open for writing. "" indicates output to the console.

Value

An invisible copy of saved data.