Based on the Stata function of the same name, this function asserts whether rows of a dataframe are unique, and if they are not, it will throw an error and, when sourced, will stop the sourced script code from running any further.
1 | isid(x)
|
x |
Input the ID to be checked for duplicates. Can be a single variable, or multiple. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.