## Not run: # Windows-specific example
# XLView(d.diamonds)
#
# # edit an existing data.frame in Excel, make changes and save there, return the filename
# fn <- XLView(d.diamonds)
# # read the changed file and store in new data.frame
# d.frm <- read.table(fn, header=TRUE, quote="", sep=";")
#
# # Create a new file, edit it in Excel...
# fn <- XLView()
# # ... and read it into a data.frame when in R again
# d.set <- read.table(fn, header=TRUE, quote="", sep=";")
#
# # Export a ftable object, quite elegant...
# XLView(format(ftable(Titanic), quote=FALSE), row.names = FALSE, col.names = FALSE)
# ## End(Not run)
Run the code above in your browser using DataLab