get.database: gen/database/cohorts conversion

Description Usage Arguments Value Examples

View source: R/get.database.R

Description

Function to derive a database based on gen/database/cohorts

Usage

1
2
3
4
5
6
7
get.database(
  population,
  gen = NULL,
  database = NULL,
  cohorts = NULL,
  avoid.merging = FALSE
)

Arguments

population

Population list

gen

Quick-insert for database (vector of all generations to export)

database

Groups of individuals to consider for the export

cohorts

Quick-insert for database (vector of names of cohorts to export)

avoid.merging

Set to TRUE to avoid different cohorts to be merged in a joint group when possible

Value

Combine gen/database/cohorts to a joined database

Examples

1
2

MoBPS documentation built on Nov. 9, 2021, 5:08 p.m.

Related to get.database in MoBPS...