Skip to contents

.Todos() and .Fixmes() default to recursively searching the path "." and can be changed with setting path in .... .TodosHere() and .FixmesHere() try to search the active file, found with the use of Rstudio.

Usage

.Todos(..., .quiet = FALSE, .space = FALSE)

.Fixmes(..., .quiet = FALSE)

.TodosHere(..., .quiet = FALSE)

.FixmesHere(..., .quiet = FALSE)

Arguments

...

additional arguments pass to `mark::todos“

.quiet

If TRUE doesn't print result

.space

If TRUE adds another "\n" to the output

Value

See ?mark::todos

Details

Get a list of TODOs and FIXMEs