Description Usage Arguments Value Examples
These are convenience function for extracting information from a datastamp or object with a datastamp.
1 2 3 4 5 6 7 8 9 10 11 12 13 | info_script(object)
info_time(object)
info_session(object)
info_system(object)
info_user(object)
info_version(object)
info_files(object)
|
object |
An object to retrieve information from. |
Either the requested information or NULL
when the information
couldn't be retrieved.
1 2 3 4 5 6 7 8 9 | x <- stamp(data.frame(x = 1:5, y = 5:1))
info_script(x)
info_time(x)
info_session(x)
info_system(x)
info_user(x)
info_version(x)
info_files(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.