Description Usage Arguments Value
This method should not be used by package users. It gets an rds object and a required number of analysis step and, if possible, calls the requested method to reach that step. It returns the object and a logical value that tells if the analysis can go on.
1 2 | checkStep(rds, neededStep)
|
rds |
A |
neededStep |
The analysis step where rds should be/arrive. |
A list containing a logical that shows if the needed step could be reached with rds and the object at the requested step. Check step won't repeat a step already done and the logical value will be FALSE in this case (and rds won't be returned modified).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.