create_nw: Create dataframes of alter attributes and edgelists and store...

View source: R/create_nw.R

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


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