[d9ee58]: / man / get_weeks.Rd

Download this file

20 lines (19 with data), 403 Bytes

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