dateConvert | R Documentation |
Attempt to convert date stamps from character, iterating through known NEON date formats
dateConvert(dates, useFasttime = FALSE)
dates |
A vector of date values in character format [character] |
useFasttime |
Should the fasttime package be used for date conversion? Defaults to false. [logical] |
A POSIXct vector, if possible; if conversion was unsuccessful, the original vector is returned
Claire Lunch clunch@battelleecology.org
License: GNU AFFERO GENERAL PUBLIC LICENSE Version 3, 19 November 2007
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.