a b/man/get_weeks.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/recruit.R
3
\name{get_weeks}
4
\alias{get_weeks}
5
\title{Get no. weeks from months
6
Currently 4 week month, fix later using lubridate}
7
\usage{
8
get_weeks(months)
9
}
10
\arguments{
11
\item{months}{Duration in months}
12
}
13
\value{
14
Duration in weeks
15
}
16
\description{
17
Get no. weeks from months
18
Currently 4 week month, fix later using lubridate
19
}