dnote: dnote Function

Description Usage Arguments Value Examples

View source: R/comments.R

Description

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

Usage

1
dnote(x, index, confirm)

Arguments

x

R object to remove the comment from

index

the index of the comment to remove

confirm

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 <- dnote(df2,2,T)

## End(Not run)

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