
Get the names of files storing the genotypes of a gen_tibble
Source: R/gt_save.R
gt_get_file_names.RdA function to return the names of the files used to store data in a
gen_tibble. Specifically, this returns the .rds file storing the big
Examples
example_gt <- load_example_gt("gen_tbl")
# To retrieve the names of and paths to the .bk and .rds files use:
gt_get_file_names(example_gt)
#> [1] "/tmp/RtmpqV1Lku/file23b47fe20900.rds"
#> [2] "/tmp/RtmpqV1Lku/file23b47fe20900.bk"