View source: R/validate_migration.R
validate_migration | R Documentation |
Check a migration structure and print a description of attributes values.
validate_migration(migr)
migr |
A migration structure. |
A list of error messages, list() if no error.
migr <- generate_toy_migration() msg <- validate_migration( migr )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.