View source: R/write_migration.R
write_migration | R Documentation |
Write a migration structure in a text file. If file exists, just print a warning and erase file.
write_migration(migr, file_name)
migr |
A migration structure. |
file_name |
A file name. |
No returned value.
migr <- generate_toy_migration() write_migration( migr, "toy_migration.txt" ) unlink("toy_migration.txt") # delete the file to pass package check
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.