# NOT RUN {
data(preybiom)
write.delim(preybiom[1:10,]) # output to the console
# }
# NOT RUN {
write.delim(preybiom[1:10,],file="Myfile.txt") # write a file in the working directory
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab