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")
andrewhooker/xpose4 documentation built on Feb. 26, 2024, 4:07 p.m.