calculateTotalDays: Calculate the number of days between two dates

Description Usage Arguments Value

View source: R/utils-time.R

Description

For two dates passed into the function returns the number of days between the two dates

Usage

1
calculateTotalDays(startDate, endDate)

Arguments

startDate

the start date for calculating the difference in days

endDate

the end date for calculating the difference in days

Value

days numeric number of days between the two dates


USGS-R/repgen documentation built on April 14, 2021, 2:47 p.m.