From 06310d53b12ebc301a4704d6a1ce2a3025b279cc Mon Sep 17 00:00:00 2001 From: dsweber2 Date: Mon, 5 Aug 2024 10:51:13 -0500 Subject: [PATCH] missed a man page --- man/lubridate_period_to_integer.Rd | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 man/lubridate_period_to_integer.Rd diff --git a/man/lubridate_period_to_integer.Rd b/man/lubridate_period_to_integer.Rd new file mode 100644 index 000000000..6324fabd4 --- /dev/null +++ b/man/lubridate_period_to_integer.Rd @@ -0,0 +1,12 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/step_epi_slide_mean.R +\name{lubridate_period_to_integer} +\alias{lubridate_period_to_integer} +\title{lubridate converts to seconds by default, and as.integer doesn't throw errors if it isn't actually an integer} +\usage{ +lubridate_period_to_integer(value, time_type) +} +\description{ +lubridate converts to seconds by default, and as.integer doesn't throw errors if it isn't actually an integer +} +\keyword{internal}