Fixed documentation.
[R/operatingdays.git] / man / getRemainingOpDays.Rd
diff --git a/man/getRemainingOpDays.Rd b/man/getRemainingOpDays.Rd
new file mode 100644 (file)
index 0000000..7e2b271
--- /dev/null
@@ -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")
+}
+