我正在使用Roxygen2
来记录我的R
包,并想知道如何告诉R
进行缩进。例如,我有以下内容:
##' @return A list with the updated parameters.
##' @return par A matrix with k rows
##' @return weights A vector of updated weights
现在,我想在par
之后和weights
之后进行缩进,但却无法弄清楚如何做到这一点。我尝试使用像\hspace{}
这样的乳胶命令,但这对我来说都不起作用。