get_unique_string {fritools} | R Documentation |
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()
Value
A fairly unique string.
See Also
Other file utilities:
clipboard_path()
,
delete_trailing_blank_lines()
,
delete_trailing_whitespace()
,
develop_test()
,
file_copy()
,
file_modified_last()
,
file_save()
,
find_files()
,
get_lines_between_tags()
,
get_mtime()
,
grep_file()
,
is_files_current()
,
is_path()
,
paths
,
search_files()
,
split_code_file()
,
touch()
Examples
replicate(20, get_unique_string())
[Package fritools version 4.3.0 Index]