+% 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")
+}
+