From f2c985995e567248c675e1339ee5b407c2d402b4 Mon Sep 17 00:00:00 2001 From: Jeroen Ooms Date: Mon, 18 Jan 2021 20:58:57 +0100 Subject: [PATCH] Fix doc --- R/hex.R | 1 - man/oid_to_timestamp.Rd | 2 -- 2 files changed, 3 deletions(-) diff --git a/R/hex.R b/R/hex.R index 63736e39..c39d286f 100644 --- a/R/hex.R +++ b/R/hex.R @@ -4,7 +4,6 @@ #' the ObjectId creation, measured in seconds since the Unix epoch. #' #' @export -#' @param string of length 24 containing the OID #' @param oid string or raw value with document oid #' @examples oid_to_timestamp('5349b4ddd2781d08c09890f3') oid_to_timestamp <- function(oid){ diff --git a/man/oid_to_timestamp.Rd b/man/oid_to_timestamp.Rd index 102b5933..f4d3297e 100644 --- a/man/oid_to_timestamp.Rd +++ b/man/oid_to_timestamp.Rd @@ -8,8 +8,6 @@ oid_to_timestamp(oid) } \arguments{ \item{oid}{string or raw value with document oid} - -\item{string}{of length 24 containing the OID} } \description{ The initial 4 bytes of a MongoDB OID contain a timestamp value, representing