count_new_and_changed_datasets: Count number of new and updated datasets

View source: R/count_new_and_changed_datasets.R

count_new_and_changed_datasetsR Documentation

Count number of new and updated datasets

Description

Count number of new and updated datasets

Usage

count_new_and_changed_datasets(
  objects,
  from = as.POSIXct("1899-01-01"),
  to = as.POSIXct(Sys.Date())
)

Arguments

objects

(data.frame) Table obtained from query_objects

from

Start date to count over (chatacter or POSIXct)

to

End date to count over (character of POSIXct)

Value

Number of new and changed datasets


NCEAS/arcticreport documentation built on July 26, 2024, 11:16 p.m.