[d9ee58]: / man / do_clean_centres.Rd

Download this file

19 lines (18 with data), 457 Bytes

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