count_creators: Count number of unique creators

View source: R/count_creators.R

count_creatorsR Documentation

Count number of unique creators

Description

Count number of unique creators

Usage

count_creators(
  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 creators


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