todos: todos Function

Description Usage Arguments Value Examples

View source: R/comments.R

Description

This function prints the comments associated with the supplied R object with a category of 'todo'.

Usage

1
todos(x, showtimestamps = FALSE)

Arguments

x

R object to print the todo comments from

showtimestamps

boolean to indicate if timestamps for each todo comment should be shown or hidden

Value

print out of todo comments in tabular form

Examples

1
2
3
4
## Not run: 
df2 <- todo(df2)

## End(Not run)

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