Learn R Programming

fritools (version 3.3.0)

get_unique_string: Create a Fairly Unique String

Description

I sometimes need a fairly unique string, mostly for file names, that should start with the current date.

Usage

get_unique_string()

Arguments

Value

A fairly unique string.

See Also

Other file utilities: file_copy(), file_modified_last(), file_save(), find_files(), get_mtime(), is_files_current(), is_path(), paths, search_files(), split_code_file(), touch()

Examples

Run this code
# NOT RUN {
replicate(20, get_unique_string())
# }

Run the code above in your browser using DataLab