Pergunta

Possible Duplicate:
Escaping “@” in Roxygen2 Style Documentation

How can I use @ in roxygen documentation as in:

#' @param arg An argument that uses the symbol @

This will throw up an warning when you run roxygenize and not put the @ in the .Rd fle.

Foi útil?

Solução

You can escape it with another @

#' @param arg An argument that uses the symbol @@
Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top