Description Usage Arguments Value Examples
Access log stored in the EMSet.
1 2 3 4 5 6 7 8 9 | progressLog(x, ...)
## S4 method for signature 'EMSet'
progressLog(x)
progressLog(x, ...) <- value
## S4 replacement method for signature 'EMSet'
progressLog(x) <- value
|
x |
EMSet |
... |
... |
value |
List to store in the progressLog slot |
EMSet |
with values stored in progressLog slot |
A list of information.
1 2 3 4 5 6 7 8 | # Load EMSet
em_set <- ascend::analyzed_set
# Retrieve progress log
log <- progressLog(em_set)
# Set progressLog
progressLog(em_set) <- log
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.