todos | R Documentation |
Search for #`` TODO
tags
todos( pattern = NULL, path = ".", force = getOption("mark.todos.force", FALSE), ... ) fixmes( pattern = NULL, path = ".", force = getOption("mark.todos.force", FALSE), ... )
pattern |
A character string containing a regular expression to filter
for comments after tags; default |
path |
The file directory to search for the tags |
force |
If |
... |
Additional parameters passed to |
Calls git grep -in "[#] TODO"
to find any lines of a .R
or .Rmd
file
with a comment.
NULL
if none are found, otherwise a data.frame
with the line
number, file name, and TODO comment.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.