.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)
Value
See ?mark::todos