Skip to contents

save_table() will save a summary tibble in the root directory of the local project, based on the extension given in the file name. This is a passthrough function as it returns the original tibble.

Usage

save_table(table, file_name = NULL)

Arguments

table

a tibble

file_name

a file name with extensions one of (.csv, .tsv, .rds, .xlsx)

Value

a tibble

Examples