Skip to contents

Create an output file name

Usage

file_ds(id = NULL)

Arguments

id

a tag used to form the file name; if not provided, a random name will be generated.

Value

A character file name.

Examples

file_ds()
#> [1] "mrgsims-ds-1b91f5cc66f.parquet"
file_ds("example")
#> [1] "mrgsims-ds-example.parquet"