Title: | Read and Use the Open UK Wastewater COVID Data |
---|---|
Description: | Code that can read, link, plot etc the covid wastewater measurements. |
Authors: | Barry Rowlingson [aut, cre] |
Maintainer: | Barry Rowlingson <[email protected]> |
License: | MIT + file LICENSE |
Version: | 0.0.0.9000 |
Built: | 2024-10-26 03:09:55 UTC |
Source: | https://gitlab.com/b-rowlingson/openww |
Read the daily concentrations from the WW ODS file Note that missing observations are excluded, and measurements marked tLOD are set to NA.
read_daily_ww_ods(odsfile)
read_daily_ww_ods(odsfile)
odsfile |
ODS data file |
daily concentration data by site and date.
Barry Rowlingson
Read the weekly concentrations from the WW ODS file Note that missing observations are excluded, and measurements marked tLOD are set to NA.
read_weekly_ww_ods(odsfile)
read_weekly_ww_ods(odsfile)
odsfile |
ODS data file |
weekly concentration data by site and date.
Barry Rowlingson
Read the wastewater open data file
read a sheet from the ODS wastewater data
read_ww_ods(odsfile, sheet_name, skip) read_ww_ods(odsfile, sheet_name, skip)
read_ww_ods(odsfile, sheet_name, skip) read_ww_ods(odsfile, sheet_name, skip)
odsfile |
The file path |
sheet_name |
Name or number of the sheet |
skip |
Lines to skip |
Reads the published .ods file
get data from ODS file
list of data frames
data frame of data
Barry Rowlingson
Barry Rowlingson