dtodo: dtodo Function

Description Usage Arguments Value Examples

View source: R/comments.R

Description

This function allows a todo comment to be removed from the list of todo comments associated with the supplied R object.

Usage

1
dtodo(x, index, confirm)

Arguments

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

Value

Original R object with selected comment removed from comments attribute

Examples

1
2
3
4
 ## Not run: 
df2 <- dtodo(df2,2,T)

## End(Not run)

mandpd/comments documentation built on May 5, 2019, 7:57 p.m.