create_relation_labels: Produces corrected relationship labels for social networks...

View source: R/create_relation_labels.R

create_relation_labelsR 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()


FertNet documentation built on March 31, 2023, 6:46 p.m.