One property of the LexisDB scripts that might be useful for downstream checks is the ability to trace which functions have modified a given data object. These can go into NoteCode slots. This function writes code
to the first unoccupied NoteCode
column. If all three NoteCode
columns are occupied, it concatenates the end of the third column. This way we preserve a full history. Unfortunately it gets split between columns. Oh well. Good for eyeballing. This function written for the sake of modularity. Function copied from Human Mortality Database collection directly as-is.
1 | assignNoteCode(X, code)
|
X |
the HMD data object that presumably has three |
code |
character string to assign to the column, typically the name of the function operating on |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.