tools/convert_rd_to_roxygen.R

library(Rd2roxygen)
rd.file <- "man/xpose.data.Rd"
str(info <- parse_file(rd.file))
cat(create_roxygen(info), sep = "\n")
UUPharmacometrics/xpose4 documentation built on Feb. 22, 2024, 5:02 p.m.