Skip to contents

Join database tables together and start filtering and cleaning data.

Usage

wqb_clean_data(data, quiet = FALSE)

Arguments

data

A data frame.

quiet

Turn off message when quiet set to TRUE.

Value

Invisible data frame

Details

Check the resource document more details on the data added, filter conditions and cleaning steps. This is part of Step 1.

Examples

if (FALSE) { # \dontrun{
data <- wqb_clean_data(data)
} # }