From 5ca16462bae5ff04ef25fd108a7697a24ad25278 Mon Sep 17 00:00:00 2001 From: olivroy <52606734+olivroy@users.noreply.github.com> Date: Sun, 17 Mar 2024 20:30:31 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20JanMarvi?= =?UTF-8?q?n/openxlsx2@a663fc48636c74f904ba842bae02a44301e83568=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dev/pkgdown.yml | 2 +- dev/reference/convert_date.html | 16 ++++++++++++++-- dev/reference/properties-wb.html | 2 +- dev/search.json | 2 +- 4 files changed, 17 insertions(+), 5 deletions(-) diff --git a/dev/pkgdown.yml b/dev/pkgdown.yml index 261c3e2ff..cebc00f6b 100644 --- a/dev/pkgdown.yml +++ b/dev/pkgdown.yml @@ -8,7 +8,7 @@ articles: openxlsx2_charts_manual: openxlsx2_charts_manual.html openxlsx2_formulas_manual: openxlsx2_formulas_manual.html openxlsx2_style_manual: openxlsx2_style_manual.html -last_built: 2024-03-14T20:48Z +last_built: 2024-03-17T20:29Z urls: reference: https://janmarvin.github.io/openxlsx2/reference article: https://janmarvin.github.io/openxlsx2/articles diff --git a/dev/reference/convert_date.html b/dev/reference/convert_date.html index f525cce5b..db1198a0b 100644 --- a/dev/reference/convert_date.html +++ b/dev/reference/convert_date.html @@ -82,8 +82,20 @@
Arguments passed on to base::as.Date.character
format
character
string. If not specified, it will try
+ tryFormats
one by one on the first non-NA
element, and
+ give an error if none works. Otherwise, the processing is via
+ strptime()
whose help page describes available
+ conversion specifications.
tryFormats
character
vector of format
+ strings to try if format
is not specified.
optional
logical
indicating to return NA
+ (instead of signalling an error) if the format guessing does not succeed.