a b/man/do_clean_centres.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/input.R
3
\name{do_clean_centres}
4
\alias{do_clean_centres}
5
\title{Convert centres_df to more useable format}
6
\usage{
7
do_clean_centres(centres_df)
8
}
9
\arguments{
10
\item{centres_df}{Dataframe with columns site, start_month, mean_rate,
11
region and site_cap}
12
}
13
\value{
14
Dataframe with start_week, ordered by start_month and site
15
}
16
\description{
17
Convert centres_df to more useable format
18
}