type.convert: type.convert

Description Usage Arguments Value See Also Examples

Description

type.convert

Usage

1

Arguments

x

character;

...

list; extra arguments (from utils::type.convert, not used)

Value

a vector of parsed values. If values can be interpreted as dates, returns a POSIXct vector otherwise, the values from utils::type.convert

See Also

as.POSIXct

Examples

1
2
3
4
5
x <- type.convert( "2014-08-05" )
  x <- type.convert( c("2014-08-05", "2014-08-12") )
  x

  class(x)  # "POSIXct" "POSIXt"

decisionpatterns/date.reader documentation built on May 15, 2019, 1:55 a.m.