aggregate_data: Aggregate birth-level data into mother-level data

View source: R/data.R

aggregate_dataR Documentation

Aggregate birth-level data into mother-level data

Description

This function aggregates the data so that each row corresponds to a single mother.

Usage

aggregate_data(birth_level_data)

Arguments

birth_level_data

the dataset to aggregate

Value

a tibble

Examples

aggregate_data(data_births_all)


courtiol/twinR documentation built on July 11, 2024, 12:04 a.m.