转义“@”在 Roxygen2 风格文档中
假设我有一个评论区,我想在其中写一个电子邮件地址。我该如何转义“@”符号,以便 roxygen 将其视为文本而不是指令?
Let's say I have a comment block where I'd like to write an email address. How would I go about escaping the "@" symbol so roxygen treats it as text instead of a directive?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
双@符号
@@
就可以完成这项工作。例如,以本文档的作者字段中的电子邮件地址为例:
在使用
roxygenize()
处理时会生成此*.Rd
文件:A double at-sign
@@
will do the job.As an example, take the email address in the author field of this documentation:
which produces this
*.Rd
file when processed withroxygenize()
: