Check if dataset was created within the last N days.
Examples
if (FALSE) { # \dontrun{
# Find datasets created in the last week
list_datasets(full = TRUE) |>
filter(is_recent(created, days = 7))
} # }
Check if dataset was created within the last N days.
if (FALSE) { # \dontrun{
# Find datasets created in the last week
list_datasets(full = TRUE) |>
filter(is_recent(created, days = 7))
} # }