View source: R/chek_reptiledb_status.R
extract_date_from_name | R Documentation |
Extract date from dataset name or filename
extract_date_from_name(name, type = "local")
name |
Dataset name or filename |
type |
Type of name ("local" or "remote") |
A Date object representing the extracted date, or NULL if extraction fails. For local datasets, expects pattern "reptiledb_MMYYYY" (e.g., reptiledb_012025). For remote files, expects pattern "reptile_checklist_YYYY_MM.xlsx".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.