X-Git-Url: http://git.vanrenterghem.biz/R/operatingdays.git/blobdiff_plain/e764b1aec411639c89468930fbc83d6185ba61f3..27aa1e25ea0c4c8fd6fbb13df8dd3b1fba3731e7:/man/getRemainingOpDays.Rd diff --git a/man/getRemainingOpDays.Rd b/man/getRemainingOpDays.Rd new file mode 100644 index 0000000..7e2b271 --- /dev/null +++ b/man/getRemainingOpDays.Rd @@ -0,0 +1,25 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/getRemainingOpDays.R +\name{getRemainingOpDays} +\alias{getRemainingOpDays} +\title{getRemainingOpDays} +\usage{ +getRemainingOpDays(country, state, date) +} +\arguments{ +\item{country}{A country - use ISO format (currently only takes AU)} + +\item{state}{A state - use 2 or 3 letter abbreviation, in capitals} + +\item{date}{A date from which the remaining operating days in the month will be counted} +} +\value{ +The number of remaining operating days in \code{state}, \code{country} as of \code{date} +} +\description{ +getRemainingOpDays +} +\examples{ +getRemainingOpDays("AU","WA","2016-05-10") +} +