Fixed documentation.
[R/operatingdays.git] / man / getRemainingOpDays.Rd
1 % Generated by roxygen2: do not edit by hand
2 % Please edit documentation in R/getRemainingOpDays.R
3 \name{getRemainingOpDays}
4 \alias{getRemainingOpDays}
5 \title{getRemainingOpDays}
6 \usage{
7 getRemainingOpDays(country, state, date)
8 }
9 \arguments{
10 \item{country}{A country - use ISO format (currently only takes AU)}
12 \item{state}{A state - use 2 or 3 letter abbreviation, in capitals}
14 \item{date}{A date from which the remaining operating days in the month will be counted}
15 }
16 \value{
17 The number of remaining operating days in \code{state}, \code{country} as of \code{date}
18 }
19 \description{
20 getRemainingOpDays
21 }
22 \examples{
23 getRemainingOpDays("AU","WA","2016-05-10")
24 }