View source: R/read_migration.R
read_migration | R Documentation |
Read a migration structure in a text file.
read_migration(file_name)
file_name |
A file name. |
A migration structure or NULL if file does not exist.
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.