data_wrangle: Data wrangling functions specific to covid19BFI package.

Description Usage Arguments Details

View source: R/server_data_clean.R

Description

data_wrangle( ) a covid19BFI package specifc function that has refactored repititive tasks from the Covid19: The Battle For Independence application by performing a range of cleaning and wrangling operations on the provided dataset.

Usage

1

Arguments

data

the dataset that is passed in on which the wrangling and cleaning will be performed. Must contain the following variables: month, month_label, iso3 and measures_group.

Details

data_wrangle( ) is a covid19BFI package specific function that summarises the proportions in the dataset as grouped by the stated variables and takes the provided dataset and turns dataset into a wider format by using the variables measures_group and porportion with some further wrangling and cleaning.


etc5523-2020/r-package-assessment-samuellyu-2021 documentation built on Jan. 1, 2021, 1:13 a.m.