Description Usage Arguments Details Value Examples
Searches for relevant data to make a datastamp.
1 2 3 4 5 6 7 |
script |
A |
time |
A |
system |
A |
session |
A |
files |
A |
When the script
, time
, system
or session
arguments are
NULL
the global options are searched for "datastamp.*"
options, wherein
the *
is replaced by the argument names.
A list
of the class datastamp
.
1 2 3 4 5 6 7 8 9 | # Default stamp
stamp <- make_stamp()
# Not including some information:
make_stamp(session = FALSE)
# Alternatively:
options("datastamp.session" = FALSE)
make_stamp()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.