Description Usage Arguments Value Examples
This function allows a todo comment to be removed from the list of todo comments associated with the supplied R object.
1 | dtodo(x, index, confirm)
|
x |
R object to remove the todo comment from |
index |
optional index of the todo comment to remove |
confirm |
optional TRUE = require confirmation before deleting, FALSE = delete without confirmation |
Original R object with selected comment removed from comments attribute
1 2 3 4 | ## Not run:
df2 <- dtodo(df2,2,T)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.