is_linelist | R Documentation |
This function checks if the input is a data frame and contains an 'id' column, as expected for a linelist.
is_linelist(linelist)
linelist |
The object to be checked. |
TRUE if the object is a data frame with an 'id' column; otherwise, stops with an error.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.