# NOT RUN {
library(utils)
data(co021)
fname <- write.compact(rwl.df = co021,
fname = tempfile(fileext=".rwl"),
append = FALSE, prec = 0.001)
print(fname) # tempfile used for output
unlink(fname) # remove the file
# }
Run the code above in your browser using DataLab