atodo: atodo Function

Description Usage Arguments Value Examples

View source: R/comments.R

Description

This function allows a todo comment to be added to the supplied R object.

Usage

1

Arguments

x

R object to add a comment to

comment

the text of the todo comment to add

Value

Original R object with added comment

Examples

1
2
3
4
 ## Not run: 
df2 <- atodo(df2, 'My new todo note')

## End(Not run)

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