Skip to main content

inject_rdname

Function inject_rdname 

Source
fn inject_rdname(content: &str, rdname: &str) -> String
Expand description

Inject #' @rdname <value> (and @title if missing) into an R wrapper fragment. Inserts before the first @export/@keywords/@source line, or after the last roxygen line.