For example, the usage should be `f(`_x`)` for the function below, but roxygen2 stripped off the backticks for some reason: ``` s roc <- roxygen2:::rd_roclet() out <- roxygen2:::roc_proc_text(roc, " #' Title. f <- function(`_x`) 1")[[1]] roxygen2:::get_tag(out, "usage")$values # <rd> f(_x) ```