ts-type: Timestamp and Date Vectors

Description Usage Arguments

Description

Coerces objects of type timestamp.

Usage

1
2
3
4
5
6
as.timestamp(x, ...)

as.timestamp.Column(x, format = "yyyy-MM-dd HH:mm:ss", ...)

## S3 method for class 'Column'
as.Date(x, format = "yyyy-MM-dd", ...)

Arguments

x

object to be coerced or tested.

...

further arguments passed to or from other methods.

format

a character string representing the incoming format. See http://docs.oracle.com/javase/tutorial/i18n/format/simpleDateFormat.html for more information on possible usage.


danzafar/tidyspark documentation built on Sept. 30, 2020, 12:19 p.m.