R/ftable2data.frame.R

ftable2data.frame <- function(x,...){
	y <- format(x,quote=FALSE)
	z <- data.frame(y[-1,],stringsAsFactors=FALSE)
	names(z) <- y[1,]
	z
}

Try the metrumrg package in your browser

Any scripts or data that you put into this service are public.

metrumrg documentation built on May 2, 2019, 5:55 p.m.