Learn R Programming

sits (version 0.10.0)

sits_db_write.sits: Write time series on an SQLite database

Description

This functions write a set of time series to an RSQLite database.

Usage

# S3 method for sits
sits_db_write(conn, name, data)

Arguments

conn

SQLite connection

name

Name of the object to be stored

data

Data to be stored

Value

A connection to an RSQLite database