if (FALSE) { # rlang::is_installed("adegenet")
example_gt <- load_example_gt("gen_tbl")
# Convert to genlight
gt_genlight <- example_gt %>% gt_as_genlight()
# Check object class
class(gt_genlight)
}
Run the code above in your browser using DataLab