How can I rebuild roxygen documentation of just 1 function?

The commands
devtools::document() and
roxygen2::roxygenise()

seem to rebuild all documentation, returning errors on syntax error anywhere in the code.

Question:
how can I rebuild the documentation (.Rd file) for 1 specific function only?

Thanks!

You cannot, at least not easily. But why do you want to do that?

1 Like