ts_create_db.Rd
Creates an empty SQLite database to store time series data. The UTC offset for Alaska is -8.
ts_create_db( file, utc_offset = 0L, periods = c("year", "month", "day", "hour", "minute", "second") )
A string of the name of the database file.
A integer of the utc offset which must lie between -12 and 14.
A character vector of the permitted periods. Possible values are 'year', 'month', 'day', 'hour', 'minute', 'second'
A connection to the database.