# create a synthetic tibble for 10 individuals
# (most common use case)
fam <- make_fam(n = 10)
# manually create a partial tibble with only phenotypes defined
library(tibble)
fam <- tibble(pheno = 0:2)
# autocomplete the rest of the columns
fam <- make_fam(fam)
Run the code above in your browser using DataLab