fix_errors {FertNet}R Documentation

Fixes reporting errors and inconsistencies in social networks and fertility data (LISS: wj18a_EN_1.0p.sav)

Description

Fixes reporting errors and inconsistencies in social networks and fertility data (LISS: wj18a_EN_1.0p.sav)

Usage

fix_errors(data)

Arguments

data

Tibble which is the result of ⁠change_column_types(translate(read_data())⁠

Value

Tibble in which data errors are fixed and data worries are flagged

Examples


read_data() |> translate() |> change_column_types() |> fix_errors()


[Package FertNet version 0.1.2 Index]