dbFetchAll: Fetch all data from an SQLite database for a specified time...

Description Usage Arguments Details Value

Description

dbFetchAll returns a dataframe from an SQLite database for a specified time period

Usage

1
dbFetchAll(db, start_time, end_time)

Arguments

db

wind database to query

start_time

format is '2011-08-15 06:00:00'

end_time

format is '2011-08-15 06:00:00'

Details

This function returns a dataframe of raw, 30-s wind data for a specified time period.

Value

dataframe with id, date/time, speed, gust, direction, and quality


nwagenbrenner/windtools documentation built on May 24, 2019, 10:56 a.m.