read_individual_data: Read individual data

View source: R/read_individual_data.R

read_individual_dataR Documentation

Read individual data

Description

This function is a wrapper around read_data tailored at reading the output file "individuals.dat" into a tibble with one row per individual and individual attributes (e.g. deme, patch and traits) in columns, properly renamed.

Usage

read_individual_data(root)

Arguments

root

Path to the simulation folder

Value

A tibble

See Also

read_data

Examples


root <- system.file("extdata", "sim-example", package = "brachypoder")
read_individual_data(root)


rscherrer/brachypoder documentation built on Oct. 2, 2024, 11:18 p.m.