Searches for relevant data to make a datastamp.
make_stamp( script = NULL, time = NULL, system = NULL, session = NULL, files = NULL )
| script | A |
|---|---|
| time | A |
| system | A |
| session | A |
| files | A |
A list of the class datastamp.
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.
# Default stamp stamp <- make_stamp() # Not including some information: make_stamp(session = FALSE)#> [datastamp] with script, time and system#> [datastamp] with script, time and system