powered by
Write a migration structure in a text file. If file exists, just print a warning and erase file.
write_migration(migr, file_name)
A migration structure.
A file name.
No returned value.
# NOT RUN { migr <- generate_toy_migration() write_migration( migr, "toy_migration.txt" ) unlink("toy_migration.txt") # delete the file to pass package check # }
Run the code above in your browser using DataLab