Package 'openww'

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-08-27 03:06:11 UTC
Source: https://gitlab.com/b-rowlingson/openww

Help Index


read daily concentrations

Description

Read the daily concentrations from the WW ODS file Note that missing observations are excluded, and measurements marked tLOD are set to NA.

Usage

read_daily_ww_ods(odsfile)

Arguments

odsfile

ODS data file

Value

daily concentration data by site and date.

Author(s)

Barry Rowlingson


read weekly concentrations

Description

Read the weekly concentrations from the WW ODS file Note that missing observations are excluded, and measurements marked tLOD are set to NA.

Usage

read_weekly_ww_ods(odsfile)

Arguments

odsfile

ODS data file

Value

weekly concentration data by site and date.

Author(s)

Barry Rowlingson


Read Wastewater Data from ODS File

Description

Read the wastewater open data file

read a sheet from the ODS wastewater data

Usage

read_ww_ods(odsfile, sheet_name, skip)

read_ww_ods(odsfile, sheet_name, skip)

Arguments

odsfile

The file path

sheet_name

Name or number of the sheet

skip

Lines to skip

Details

Reads the published .ods file

get data from ODS file

Value

list of data frames

data frame of data

Author(s)

Barry Rowlingson

Barry Rowlingson