powered by
exportData(data, name, quote = FALSE, row.names = FALSE, sep = "\t", ...)
TRUE
quote=FALSE
row.names=FALSE
df = data.frame(id=1:20, x=rnorm(20, mean=2, sd=.5), y=rnorm(20, mean=5, sd=2)) exportData(df, "MyData")
Run the code above in your browser using DataLab