View source: R/generate_tssid.R
generate_tssid | R Documentation |
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.
generate_tssid(x = Sys.time(), addDelimiters = FALSE, designationSymbol = "=")
x |
The date and time to use. |
addDelimiters |
If |
designationSymbol |
The symbol to use to designate an instance
identifier for a class (can be " |
The tssid
rock::generate_tssid();
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.