Skip to contents

A 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

Usage

gt_get_file_names(x)

Arguments

x

a gen_tibble

Value

a character vector with the names and paths of the two files

Examples

example_gt <- 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/RtmpyN1xne/file22a240663f98.rds"
#> [2] "/tmp/RtmpyN1xne/file22a240663f98.bk"