powered by
Read a migration structure in a text file.
read_migration(file_name)
A file name.
A migration structure or NULL if file does not exist.
# NOT RUN { migr <- generate_toy_migration() write_migration( migr, "toy_migration.txt") read_migration("toy_migration.txt") unlink("toy_migration.txt") # delete the file to pass package check # }
Run the code above in your browser using DataLab