sql_time: SQL Time

Description Usage Arguments Value See Also

View source: R/sql-datetime.r

Description

Expands time column in SQL query to extract Hour, Minute, Second values.

Usage

1
2
sql_time(column = "Time", suffix = NULL, expand = c("Hour", "Minute",
  "Second"))

Arguments

column

string of column name

suffix

string of suffix to add to expand names

expand

character vector of SQL functions to apply to column and names of columns

Value

A string of the SQL commands

See Also

sql_datetime and sql_date


poissonconsulting/poiscon documentation built on Feb. 18, 2021, 11:16 p.m.