count_data_objects: Count number of new data objects

View source: R/count_data_objects.R

count_data_objectsR Documentation

Count number of new data objects

Description

Count number of new data objects

Usage

count_data_objects(
  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 data objects


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