andr <- andromeda(cars = cars)
# For this example we'll use a temporary file location:
fileName <- tempfile()
saveAndromeda(andr, fileName)
# Cleaning up the file used in this example:
unlink(fileName)
Run the code above in your browser using DataLab