.checkDfValidity | R Documentation |
Check if the DataFrame
with sequence information is
valid, i.e. is of the correct object type (DataFrame
) and has all
expected columns and attributes.
.checkDfValidity(df)
df |
Input object to be checked. It should have an attribute
|
TRUE
(invisibly) if df
is valid, otherwise it
raises an exception using cli::cli_abort()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.