generate_tssid {rock} | R Documentation |
Generate a TSSID
Description
A TSSID is a Timestamped Source Identifier. It is a practically unique identifier for a source, conventionally the time and date the source was produced (e.g. when the data were collected, for example the time and date of an interview) in the UTC timezone and in ISO 8601 standard format.
Usage
generate_tssid(x = Sys.time(), addDelimiters = FALSE, designationSymbol = "=")
Arguments
x |
The date and time to use. |
addDelimiters |
If |
designationSymbol |
The symbol to use to designate an instance
identifier for a class (can be " |
Value
The tssid
Examples
rock::generate_tssid();
[Package rock version 0.9.6 Index]