create_relation_labels {FertNet}R Documentation

Produces corrected relationship labels for social networks and fertility data (LISS: wj18a_EN_1.0p.sav)

Description

Produces corrected relationship labels for social networks and fertility data (LISS: wj18a_EN_1.0p.sav)

Usage

create_relation_labels(data)

Arguments

data

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

Value

Tibble in which data on relationship labels are corrected and improved

Examples


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


[Package FertNet version 0.1.2 Index]