Description Usage Arguments Value Examples
View source: R/func_strings-time.R
This function returns a character string of user-defined length based on the current number of seconds since January 1st, 1970. It is useful for prototyping data storage pipelines where the actual file name may be unknown.
1  | 
length | 
 Number of characters to make the string.  | 
A character string based on the current time since January 1st, 1970.
1 2 3 4  | time_string(length = 4)
time_string(length = 6)
# Will throw a warning
time_string(length = 4646)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.