create_nw {FertNet}R Documentation

Create dataframes of alter attributes and edgelists and store them in list-columns for social networks and fertility data (LISS: wj18a_EN_1.0p.sav)

Description

Create dataframes of alter attributes and edgelists and store them in list-columns for social networks and fertility data (LISS: wj18a_EN_1.0p.sav)

Usage

create_nw(data)

Arguments

data

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

Value

Tibble with list-columns containing alter attributes and edgelists

Examples


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


[Package FertNet version 0.1.2 Index]